{$ViewData.Title}

{$ViewData.Message}

The following fruit is part of a string array: {$ViewData.FruitStrings[1]}

The following fruit is part of an object array: {$ViewData.FruitObjects[1].Name}

Here's an undefined variable: {$UNDEFINED}