|
Contents | Previous | Next | Subchapters |
| Syntax |
continue
|
| See Also | step , next |
| Abbreviation |
c
|
| Menu Command | Debug | Continue |
clear
for i = 1 to 2 begin
print i
stop
end
O-Matrix will respond
1
in the Command window
and then activate the Debugger window and display the
DEBUG>
prompt.
If you then enter
continue
O-Matrix will respond
2
in the Command window
and then activate the Debugger window and display the
DEBUG>
prompt.
If you then enter
continue
O-Matrix will activate the Command window and display the
O>
prompt.