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 (6 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
10 OPEN "output.txt" FOR OUTPUT AS 1
20 PRINT#1, ASC(STR$(1))
20 PRINT#1, ASC(HEX$(1))
20 PRINT#1, ASC(OCT$(1))