Fix typo in 3keep documentation
parent
2295594526
commit
ff224b791e
|
@ -372,7 +372,7 @@ HELP: 2keep
|
||||||
{ $description "Call a quotation with two values on the stack, restoring the values when the quotation returns." } ;
|
{ $description "Call a quotation with two values on the stack, restoring the values when the quotation returns." } ;
|
||||||
|
|
||||||
HELP: 3keep
|
HELP: 3keep
|
||||||
{ $values { "quot" "a quotation with stack effect " { $snippet "( x y -- )" } } { "x" object } { "y" object } { "z" object } }
|
{ $values { "quot" "a quotation with stack effect " { $snippet "( x y z -- )" } } { "x" object } { "y" object } { "z" object } }
|
||||||
{ $description "Call a quotation with three values on the stack, restoring the values when the quotation returns." } ;
|
{ $description "Call a quotation with three values on the stack, restoring the values when the quotation returns." } ;
|
||||||
|
|
||||||
HELP: 2apply
|
HELP: 2apply
|
||||||
|
|
Loading…
Reference in New Issue