db4
Bruno Deferrari 2008-05-07 17:15:31 -03:00
parent cbc9978466
commit a96deb5995
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ HELP: EXCLUDE:
{ $syntax "EXCLUDE: vocab => words ... ;" }
{ $description "Imports everything from " { $snippet "vocab" } " excluding " { $snippet "words" } "." }
{ $examples { $code
"EXCLUDE: math.parser => bin> hex> ; ! imports everythin but bin> and hex>" } } ;
"EXCLUDE: math.parser => bin> hex> ; ! imports everything but bin> and hex>" } } ;
HELP: RENAME:
{ $syntax "RENAME: word vocab => newname " }