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 (4 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (4)
1
2
3
4
5 OPEN "output" FOR OUTPUT AS 1
10 FOR I= 1 TO 250
40 PRINT#1, MKS$(RND)
90 NEXT