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