DefaultSyntax is the instance all syntactical macros in the system are derived from.

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

returns the code for the argument definition

arity()

nil

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

activates this syntax with the arguments given to call

code()

returns the full code of this syntax, as a Text

expand(+[arguments])

returns the result of activating this syntax without actually doing the replacement or execution part.

formattedCode()

returns idiomatically formatted code for this syntax

inspect()

Returns a text inspection of the object

message()

returns the message chain for this syntax

name()

returns the name of the syntax

notice()

Returns a brief text inspection of the object