Formatted numeric output: Difference between revisions

(Dialects of BASIC moved to the BASIC section.)
Line 361:
00003.142
-0003.142
</pre>
 
==={{header|Chipmunk Basic}}===
<syntaxhighlight lang="basic">
10 print using "0000#.###";7.125
</syntaxhighlight>
{{out}}
<pre>
00007.125
</pre>
 
511

edits