Code 2

code/1, code/2, code/3

First Code

1: do I=1 to 10
  say I
end
2: do I=1 to 10
  say I
end

First Code

do I=1 to 10
  say I
end

Second Code

10 PRINT "HELLO"
20 GOTO 10
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-NonCommercial-NoDerivs 3.0 License