syntax: add stack effect declaration to <color> word definition in usage example of C: syntax
parent
2696c59aab
commit
65de18993b
|
|
@ -850,7 +850,7 @@ HELP: C:
|
||||||
"The following two lines are equivalent:"
|
"The following two lines are equivalent:"
|
||||||
{ $code
|
{ $code
|
||||||
"C: <color> color"
|
"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."
|
"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."
|
||||||
} ;
|
} ;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue