# Imported File

This file is imported by debug-test.meld.

## Variables from Parent

The value of testVar from parent is: {{testVar}}
The value of nestedVar from parent is: {{nestedVar}}

## Local Variables

@text importVar = "I'm from the imported file"
@text combinedVar = "{{testVar}} + {{importVar}}"

The value of importVar is: {{importVar}}
The value of combinedVar is: {{combinedVar}} 