' Example program ' One statement per line: print "Hello All" print "---------" print "This is a heart: \00" ' Also, multiple statements per line: for counter = 0 to 10 : ? "Iter: "; counter : next counter ' Line numbers 30 ' And abbreviations: g. 30