HTBasic Help
×
Menu
Index

quit Example

10    PRINT "If this works right after you CONT, the HTBasic child window will close."
20    PRINT "Program paused..."
30    PAUSE
40    QUIT
50    END