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