if (FALSE) {
# Load and run 'Wumpus'.
RUN("wumpus")
# Load and run 'Chase', flushing the
# console after every line of output.
RUN("chase", -1)
# Load and run 'Camel', with full
# retro-style teletypewriter effects.
RUN("camel", 20, 300, TRUE)
# Load and run your program.
RUN("myprogram.bas")
# Re-run the last program
# (without re-loading it).
RUN()
}
Run the code above in your browser using DataLab