Jump to content

Formatted numeric output: Difference between revisions

Added Arturo implementation
(Added Arturo implementation)
Line 238:
 
</lang>
 
=={{header|Arturo}}==
 
<lang rebol>r: 7.125
 
print r
print to :string .format: "09.3f" r</lang>
 
{{out}}
 
<pre>7.125
00007.125</pre>
 
=={{header|AutoHotkey}}==
1,532

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.