RosettaCodeData/Task/Formatted-numeric-output/Fantom/formatted-numeric-output.fantom
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

7 lines
87 B
Text

class Main
{
public static Void main()
{
echo (7.125.toStr.padl(9, '0'))
}
}