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 >
Wrap
BASIC Source File
|
1993-11-09
|
220b
|
7 lines
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