File: TEST.BAS

package info (click to toggle)
pcbasic 2.0.7-8
  • links: PTS
  • area: main
  • in suites: forky
  • size: 35,416 kB
  • sloc: python: 28,411; sh: 103; makefile: 10
file content (6 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
5 open "output" for output as 1
10 for i = 0 to 10 step 0
20 ?#1,i
25 close:end
30 next
40 ?#1,"end"