File: end.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 (6 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
10 REM END.BAS -- Test END Statement 
20 PRINT "END.BAS -- Test END Statement" 
30 PRINT "If the program ends after this line, END worked OK." 
40 END 
50 PRINT "But if this line printed, then it did not work." 
60 END