definitions: remove unused vocabulary in refactored a.factor

Keita Haga 2011-02-24 15:37:41 +09:00
parent 70918ecf6c
commit 69d3b2a9ba
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 ;"