## The arithmetic isn't functional yet, ## just testing the parser. #set $foo = 5 #set $foo = $foo + 1 $foo #set $foo = $foo - 1 $foo #set $foo = $foo * 2 $foo #set $foo = $foo / 2 $foo