Sha256: d16e00b3b6a0512e5961c9a2df878d8689611d8d3e7db35f1a52e169d04e2390

Contents?: true

Size: 93 Bytes

Versions: 3

Compression:

Stored size: 93 Bytes

Contents

10 FOR I = 0 TO 1
20 ON I + 1 GOTO 30, 50
30 PRINT "FOO"
40 GOTO 60
50 PRINT "BAR"
60 NEXT I

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
basic101-0.4.0 test/integration/tests/fast/on_goto.bas
basic101-0.2.0 test/integration/tests/fast/on_goto.bas
basic101-0.1.0 test/integration/tests/fast/on_goto.bas