Merge branch 'master' of factorcode.org:/git/factor

release
Joe Groff 2010-04-15 14:46:42 -07:00
commit e1da4cde49
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"