formatting: remove platform-specific example

release
Slava Pestov 2010-04-15 16:06:44 -05:00
parent c588d28acb
commit 2ace3c5956
1 changed files with 0 additions and 4 deletions

4
basis/formatting/formatting-docs.factor Normal file → Executable file
View File

@ -62,10 +62,6 @@ HELP: printf
"USING: formatting ;"
"1.23456789 \"%.3f\" printf"
"1.235" }
{ $example
"USING: formatting ;"
"1234567890 \"%.5e\" printf"
"1.23457e+09" }
{ $example
"USING: formatting ;"
"12 \"%'#4d\" printf"