3 lines
106 B
Text
3 lines
106 B
Text
n = 7.125
|
|
print n using ("#####.###") // => 7.125
|
|
print str$(n, "%09.3f") // => 00007.125
|