Formatted numeric output: Difference between revisions

Content added Content deleted
Line 69: Line 69:
LeadingZeroes byte 4 ;number of leading zeroes to print
LeadingZeroes byte 4 ;number of leading zeroes to print
TrailingZeroes byte 0 ;number of trailing zeroes to print</lang>
TrailingZeroes byte 0 ;number of trailing zeroes to print</lang>

{{out}}
<pre>
C:\>prog.exe
00007.125
C:\>_
</pre>


=={{header|8th}}==
=={{header|8th}}==