Formatted numeric output: Difference between revisions

Content added Content deleted
m (Put output into comment)
Line 1,043: Line 1,043:


=={{header|FutureBasic}}==
=={{header|FutureBasic}}==
<lang futurebasic>
<lang futurebasic>window 1, @"Formatted Numeric Output", (0,0,480,270)
include "ConsoleWindow"


print using "0000#.###"; 7.125
print using "0000#.###";7.125

</lang>
HandleEvents</lang>
Output:
Output:
<pre>
<pre>