LexicalMacro is the instance all lexical macros in the system are derived from.

Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
activatable = true
kind = "LexicalMacro"
Active cells (details)
argumentsCode()

returns the code for the argument definition

arity()

nil

method(
  Arity fromArgumentsCode(argumentsCode))
call(+[arguments])

activates this lecro with the arguments given to call

code()

returns the full code of this lecro, as a Text

formattedCode()

returns idiomatically formatted code for this lecro

inspect()

Returns a text inspection of the object

message()

returns the message chain for this lecro

name()

returns the name of the lecro

notice()

Returns a brief text inspection of the object