Minor doc clarification

db4
Slava Pestov 2008-12-17 15:02:06 -06:00
parent 0113f496fa
commit 45429fed2f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ ARTICLE: "symbols" "Symbols"
"Symbols are just compound definitions in disguise. The following two lines are equivalent:" "Symbols are just compound definitions in disguise. The following two lines are equivalent:"
{ $code { $code
"SYMBOL: foo" "SYMBOL: foo"
": foo \\ foo ;" ": foo ( -- value ) \\ foo ;"
} ; } ;
ARTICLE: "primitives" "Primitives" ARTICLE: "primitives" "Primitives"