Hello:
New to Q.
I’d like to define an adverb, that take a string-> string function f, and return a symbol to symbol function, like this:
`$ f string x
But I can’t find anywhere on how to define an adverb.
The below will fail.
mod_sym : {`$ x string y }
any helps?