|
Contents | Previous | Next | Subchapters |
| Syntax |
clear
|
| See Also | clear function , autoexec |
| Menu Command | File | New |
x = 5
print x
O-Matrix will respond
5
If you now enter
clear
print x
O-Matrix will respond with an error message because x is
no longer defined.
clear command does not erase
debugger breakpoints
or watchpoints
.
The dall
command can be used to do this.