The GET and INPUT statements ignore Ctrl-C when paused for input. They should accept Ctrl-C, interrupt the prompt, and halt the program if running, or return to the prompt having taken no effect on the variable in immediate mode.
(Alt-SysRq does work in these input modes, so there's a workaround.)
The GET and INPUT statements ignore Ctrl-C when paused for input. They should accept Ctrl-C, interrupt the prompt, and halt the program if running, or return to the prompt having taken no effect on the variable in immediate mode.
(Alt-SysRq does work in these input modes, so there's a workaround.)