File: err.bas

package info (click to toggle)
bwbasic 2.20pl2-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,764 kB
  • sloc: ansic: 21,002; makefile: 80
file content (3 lines) | stat: -rw-r--r-- 33 bytes parent folder | download | duplicates (12)
1
2
3
10 dim n(5)
20 print n(7)
30 end