0

Lets say I've made a pascal program. Let's say that I haven't saved the program and I mistakenly created a loop. I ran the program and I'm stuck in a loop in the DOS run screen. How do I get out without Alt+F4? The program I am using is Turbo Pascal.

4

2 回答 2

0

Ctrl+C should do the trick, sometimes Ctrl+Break

于 2014-11-28T22:53:29.383 回答
0

如果它卡在一个紧密的循环中,你不能。但是,如果它正在写入屏幕或检查键盘,那么CTRL+C就可以了。

于 2015-05-07T04:20:16.157 回答