PRINT "This is simple basic test." PRINTLN I:=21 PRINT I PRINT " * 3 = " PRINT I * 3 PRINTLN