Questions on DEBUGIN
When I use the DEBUGIN command, does the program essentially stop and wait for me to enter something before it moves to the next command?· Does it wait until a single key (any key)·is pressed, or does it wait for the "enter" key to be pressed after I type?· That is, if I wanted to type "hello", would debugin wait for the enter key to be pressed after I type the word "hello", or would it move on to the next command in my PBASIC program as soon as I type the "h" in "hello"?

Comments