Formatted numeric output: Difference between revisions

m
Line 69:
LeadingZeroes byte 4 ;number of leading zeroes to print
TrailingZeroes byte 0 ;number of trailing zeroes to print</lang>
 
{{out}}
<pre>
C:\>prog.exe
00007.125
C:\>_
</pre>
 
=={{header|8th}}==
1,489

edits