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

4 lines
62 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
10 LET a = 1: LET b = 1
20 IF a = b THEN GO TO 9995
9995 STOP