formatting: remove platform-specific example
parent
c588d28acb
commit
2ace3c5956
|
@ -62,10 +62,6 @@ HELP: printf
|
||||||
"USING: formatting ;"
|
"USING: formatting ;"
|
||||||
"1.23456789 \"%.3f\" printf"
|
"1.23456789 \"%.3f\" printf"
|
||||||
"1.235" }
|
"1.235" }
|
||||||
{ $example
|
|
||||||
"USING: formatting ;"
|
|
||||||
"1234567890 \"%.5e\" printf"
|
|
||||||
"1.23457e+09" }
|
|
||||||
{ $example
|
{ $example
|
||||||
"USING: formatting ;"
|
"USING: formatting ;"
|
||||||
"12 \"%'#4d\" printf"
|
"12 \"%'#4d\" printf"
|
||||||
|
|
Loading…
Reference in New Issue