syntax: add stack effect declaration to <color> word definition in usage example of C: syntax

db4
Keita Haga 2011-02-07 22:56:50 +09:00
parent 2696c59aab
commit 65de18993b
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ HELP: C:
"The following two lines are equivalent:"
{ $code
"C: <color> color"
": <color> color boa ;"
": <color> ( red green blue -- color ) color boa ;"
}
"In both cases, a word " { $snippet "<color>" } " is defined, which reads three values from the stack and creates a " { $snippet "color" } " instance having these values in the " { $snippet "red" } ", " { $snippet "green" } " and " { $snippet "blue" } " slots, respectively."
} ;