I'm trying to use Dyalog APL to generate a function list from within a startup script using:
⍎ ')fns'
but get this error:
⍎VALUE ERROR
Using ⍎ ')fns'
in a latent expression script in APLX is not a problem, but I get clobbered doing the same thing in Dyalog.
Help appreciated.
Thanks