4 lines
63 B
Text
4 lines
63 B
Text
|
|
' Formatted numeric output
|
||
|
|
n = 7.125
|
||
|
|
PRINT n FORMAT "%09.3f\n"
|