|
Contents | Previous | Next | Subchapters |
| Syntax |
interrupt(interval) |
| See Also | stop , halt |
interrupt(.1)
for i = 1 to 10000 begin
print i
end
O-Matrix will scroll the values of i in the Command window.
If you then choose File | Edit New Program from the menu,
O-Matrix will open a window in which you can edit a
program while O-Matrix continues to print the values in the Command window.
You can use the red hand to halt execution of the program.