4 lines
66 B
Text
4 lines
66 B
Text
|
|
LET n = 7.125
|
||
|
|
PRINT USING ("0000#.###"): n ! => 0007.125
|
||
|
|
END
|