File: TEST.BAS

package info (click to toggle)
pcbasic 2.0.5-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 33,352 kB
  • sloc: python: 27,753; sh: 64; makefile: 13
file content (10 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
10 REM PC-BASIC test 
20 REM
30 PRINT 1
40 PRINT 2
50 PRINT 3
60 PRINT 4
70 PRINT 5
80 PRINT 6
90 PRINT 7