|
Contents | Previous | Next | Subchapters |
| Syntax |
format int formformfromform
|
| See Also | debug printing |
| Abbreviation |
fo
|
DEBUG> prompt as it does at the O>.
A more detailed description can be found in the
format sections for
integers
and
floating point
values.
O> prompt you enter
clear
for i = 1 to 2 begin
print pi
if i == 1 then stop
end
O-Matrix will respond
3.14159
in the Command window and then activate the Debugger window.
If you then enter
format real "f5.2"
print pi
O-Matrix will respond
3.14
in the Debugger window. If you then enter
continue
O-Matrix will respond
3.14
in the Command window.
format command affects subsequent output in both the
Debugger and Command windows.