File: chain2.bas

package info (click to toggle)
bwbasic 2.20pl2-14
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,784 kB
  • sloc: ansic: 21,005; makefile: 80
file content (4 lines) | stat: -rw-r--r-- 121 bytes parent folder | download | duplicates (12)
1
2
3
4
REM CHAIN2.BAS
print "This is program CHAIN2.BAS"
print "The value of X is now";X
print "This concludes our CHAIN test."