ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
177 B

  1. REM CHAIN1.BAS
  2. print "This is program CHAIN1.BAS"
  3. X = 5.6789
  4. common X
  5. print "The value of X is";X
  6. print "We shall no pass execution to program CHAIN2.BAS..."
  7. chain "chain2.bas"