TODO output filter functions
- State "TODO" from ""
Would be great to have functions which will automatically be called on the output of a code block every time it is run.
There should be a notation for specifying which of the arguments to the function is to come from the current code block – and a convention so that if the function only accepts a single argument, then there is no need to specify any arguments.
e.g. notice the :filter
header argument in the second block
(+ input 1)
8
the above should output 9