definitions: remove unused vocabulary in refactored a.factor

db4
Keita Haga 2011-02-24 15:37:41 +09:00
parent e374d55d09
commit f515dd2cfc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ $nl
$nl
"Now, after some heavily editing and refactoring, the file looks like this:"
{ $code
"USING: make namespaces ;"
"USING: make ;"
"IN: a"
": hello ( -- ) \"Hello\" % ;"
": hello-world ( -- str ) [ hello \" \" % world ] \"\" make ;"