RosettaCodeData/Task/Program-termination/BASIC/program-termination-4.basic

4 lines
62 B
Text
Raw Normal View History

2013-04-10 23:57:08 -07:00
10 LET a = 1: LET b = 1
20 IF a = b THEN GO TO 9995
9995 STOP