RosettaCodeData/Task/Formatted-numeric-output/Forth/formatted-numeric-output-2.fth

5 lines
92 B
Forth
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
Type: 123 s>d 8 ud.0
Result: 00000123 ok
Type: -123 s>d 8 d.0
Result: -00000123 ok