Does anyone know how to get a list of macros that are currently loaded into memory (i.e. the define-! Enddefine command was run)?Also, is there a way to see complete macro definitions - from memory?
To get a list of already defined macros, use the following syntax:
DISPLAY MACROS.
As far as I know, there is no way to directly get a macro definition (unless you read the syntax files where they are defined).