12345678910111213 # This file tests the script filter!block defineName Valuexyz 42abc "My favorite station"!endblock!block scriptfor $igc ('xyz', 'abc') { print "variable $igc is $var{$igc}.\n";}!endblock
# This file tests the script filter
!block define
Name Value
xyz 42
abc "My favorite station"
!endblock
!block script
for $igc ('xyz', 'abc') {
print "variable $igc is $var{$igc}.\n";
}