Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
69B

  1. 10 print "Count to 10"
  2. 20 a=0
  3. 30 a=a+1
  4. 40 print a
  5. 50 if a<10 goto 30