Higher-order functions: Difference between revisions

Content added Content deleted
m (→‎{{header|Quackery}}: clarification)
Line 3,555: Line 3,555:
fold.act release ] is fold ( [ x --> x )</pre>
fold.act release ] is fold ( [ x --> x )</pre>


Then test them in the Quackery shell by reversing every string in a nest of strings, removing all the negative numbers from a nest, and flattening a deeply nested nest.
Then test them in the Quackery shell by reversing every string in a nest of strings, removing all the negative numbers from a nest of numbers, and flattening a deeply nested nest.


<pre>/O> $ "esreveR yreve gnirts ni a tsen fo .sgnirts" nest$
<pre>/O> $ "esreveR yreve gnirts ni a tsen fo .sgnirts" nest$