Formatted numeric output: Difference between revisions

Content added Content deleted
(Dialects of BASIC moved to the BASIC section.)
Line 361: Line 361:
00003.142
00003.142
-0003.142
-0003.142
</pre>

==={{header|Chipmunk Basic}}===
<syntaxhighlight lang="basic">
10 print using "0000#.###";7.125
</syntaxhighlight>
{{out}}
<pre>
00007.125
</pre>
</pre>