Scope Example

This is an example using the scope tag and the import tag to illustrate how variable scoping works inside of a template file.

{$Animal} = {$Animal} {$^Animal} = {$^Animal} {$#Animal} = {$#Animal}
{$Food} = {$Food} {$^Food} = {$^Food} {$#Food} = {$#Food}
This is inside a Data Space tag
{$Animal} = {$Animal} {$^Animal} = {$^Animal} {$#Animal} = {$#Animal}
{$Food} = {$Food} {$^Food} = {$^Food} {$#Food} = {$#Food}
This is inside a Nested Data Space tag
{$Animal} = {$Animal} {$^Animal} = {$^Animal} {$#Animal} = {$#Animal}
{$Food} = {$Food} {$^Food} = {$^Food} {$#Food} = {$#Food}