When messing around with Haskell using GHC, I can use various meta-commands like :i
or :t
to find out some information about an identifier. In REBOL, I can use functions like help
and sometimes source
to get extremely detailed information on a REBOL word.
If such a facility exists for J, I've somehow missed it. Do any J-ers out there know of anything built-in?