Fix help lint
parent
d66f887736
commit
2f4500c742
|
@ -209,5 +209,5 @@ HELP: with-datastack
|
||||||
{ $values { "stack" sequence } { "quot" quotation } { "newstack" sequence } }
|
{ $values { "stack" sequence } { "quot" quotation } { "newstack" sequence } }
|
||||||
{ $description "Executes the quotation with the given data stack contents, and outputs the new data stack after the word returns. The input sequence is not modified. Does not affect the data stack in surrounding code, other than consuming the two inputs and pushing the output." }
|
{ $description "Executes the quotation with the given data stack contents, and outputs the new data stack after the word returns. The input sequence is not modified. Does not affect the data stack in surrounding code, other than consuming the two inputs and pushing the output." }
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $example "USING: combinators math prettyprint ;" "{ 3 7 } [ + ] with-datastack ." "{ 10 }" }
|
{ $example "USING: continuations math prettyprint ;" "{ 3 7 } [ + ] with-datastack ." "{ 10 }" }
|
||||||
} ;
|
} ;
|
||||||
|
|
Loading…
Reference in New Issue