home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / bwbasic-2.10.sit / bwbasic-2.10 / bwbtest / end.bas < prev    next >
BASIC Source File  |  1993-11-09  |  220b  |  7 lines

  1. 10 REM END.BAS -- Test END Statement 
  2. 20 PRINT "END.BAS -- Test END Statement" 
  3. 30 PRINT "If the program ends after this line, END worked OK." 
  4. 40 END 
  5. 50 PRINT "But if this line printed, then it did not work." 
  6. 60 END 
  7.