File: chain1.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 (7 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
REM CHAIN1.BAS
print "This is program CHAIN1.BAS"
X = 5.6789
common X
print "The value of X is";X
print "We shall no pass execution to program CHAIN2.BAS..."
chain "chain2.bas"