Formatted numeric output: Difference between revisions

Content added Content deleted
(Add entry for Beads language)
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
Line 1,530: Line 1,530:


=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|Phix/basics}}
<lang Phix>printf(1,"%09.3f\n",7.125)</lang>
<!--<lang Phix>-->
<span style="color: #7060A8;">printf<span style="color: #0000FF;">(<span style="color: #000000;">1<span style="color: #0000FF;">,<span style="color: #008000;">"%09.3f\n"<span style="color: #0000FF;">,<span style="color: #000000;">7.125<span style="color: #0000FF;">)
<!--</lang>-->
{{out}}
{{out}}
<pre>
<pre>