Sha256: c7eec1260904837de27b47c79a949c410158e7b485ba3c1201476a4af676a8cb
Contents?: true
Size: 129 Bytes
Versions: 3
Compression:
Stored size: 129 Bytes
Contents
10 FOR I = 1 TO 2 20 GOSUB 100 30 NEXT I 40 END 100 FOR J = 1 TO 2 110 GOSUB 200 120 NEXT J 130 RETURN 200 PRINT I, J 210 RETURN
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
basic101-0.4.0 | test/integration/tests/fast/gosub_return.bas |
basic101-0.2.0 | test/integration/tests/fast/gosub_return.bas |
basic101-0.1.0 | test/integration/tests/fast/gosub_return.bas |