Macro

Undocumented in source.

Constructors

this
this(string name, string[] args, Value _body)
Undocumented in source.

Members

Functions

call
Value call(Engine engine, Value[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

macro_args
string[] macro_args;
Undocumented in source.
macro_body
Value macro_body;
Undocumented in source.
macro_name
string macro_name;
Undocumented in source.

Meta