6 ms·
There are semicolons :) They do sequential function composition: { /foo dump } /f defv { /bar dump } /g defv f g ; /h deff h # "foo" "bar"
by Drahflow 11y ago
There are semicolons :) They do sequential function composition:
{ /foo dump } /f defv
{ /bar dump } /g defv
f g ; /h deff
h # "foo" "bar"