input () output () print "\01b7that was esc-7\r\land this is new line"; print "\01b6that was esc-6\land this was linefeed"; loop: switch key case 0: goto loop; case 1: stop; default: display "Waiting for a return..."; wait for return: if key != 13 goto wait for return; endif endswitch goto loop; end;