RosettaCodeData/Task/Program-termination/ZX-Spectrum-Basic/program-termination.basic

4 lines
62 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
10 LET a = 1: LET b = 1
20 IF a = b THEN GO TO 9995
9995 STOP