definitions: remove unused vocabulary in refactored a.factor
parent
e374d55d09
commit
f515dd2cfc
|
@ -34,7 +34,7 @@ $nl
|
||||||
$nl
|
$nl
|
||||||
"Now, after some heavily editing and refactoring, the file looks like this:"
|
"Now, after some heavily editing and refactoring, the file looks like this:"
|
||||||
{ $code
|
{ $code
|
||||||
"USING: make namespaces ;"
|
"USING: make ;"
|
||||||
"IN: a"
|
"IN: a"
|
||||||
": hello ( -- ) \"Hello\" % ;"
|
": hello ( -- ) \"Hello\" % ;"
|
||||||
": hello-world ( -- str ) [ hello \" \" % world ] \"\" make ;"
|
": hello-world ( -- str ) [ hello \" \" % world ] \"\" make ;"
|
||||||
|
|
Loading…
Reference in New Issue