How can I exit Microsoft GW-BASIC, IBM BASICA, or other similar old dialects of BASIC?

前端 未结 4 1803
春和景丽
春和景丽 2021-01-12 13:12

Microsoft BASIC, GW-BASIC and BASICA all use a prompt that looks like this:

I can\'t figure out how to exit any of these. Typing END does not e

4条回答
  •  自闭症患者
    2021-01-12 13:50

    Type "system" and hit enter to exit GW-BASIC in DOS.

    Type "shell" and hit enter to go to DOS but still have GW-BASIC in memory. Type "exit" while in DOS to return to GW-BASIC.

提交回复
热议问题