# basic program that should already run with assignment base interpreter define x = 5; print x-2-1; print "\n"; # this program should print 2, then Void, which is the final value returned