- Catch
O Catch(DJS content, string errorName)
Undocumented in source. Be warned that the author may not have intended to support it.
- Catch
O Catch(string content, string errorName)
Undocumented in source. Be warned that the author may not have intended to support it.
- CatchIf
O CatchIf(string errorType, string content, string errorName)
Undocumented in source. Be warned that the author may not have intended to support it.
- Constructor
O Constructor(string variable, DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Constructor
O Constructor(string variable, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- DeleteGet
O DeleteGet(string objName, string getName)
Undocumented in source. Be warned that the author may not have intended to support it.
- Else
O Else(DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Else
O Else(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Finally
O Finally(DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Finally
O Finally(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- ForEach
O ForEach(string variable, DJS content, bool withIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- ForEach
O ForEach(string variable, string content, bool withIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- ForIn
O ForIn(string variable, string source, DJS statement)
Undocumented in source. Be warned that the author may not have intended to support it.
- ForIn
O ForIn(string variable, string source, string statement)
Undocumented in source. Be warned that the author may not have intended to support it.
- ForOf
O ForOf(string variable, string source, DJS statement)
Undocumented in source. Be warned that the author may not have intended to support it.
- ForOf
O ForOf(string variable, string source, string statement)
Undocumented in source. Be warned that the author may not have intended to support it.
- Func
O Func()
Undocumented in source. Be warned that the author may not have intended to support it.
- Func
O Func(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Func
O Func(DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Func
O Func(string name, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Func
O Func(string name, DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Func
O Func(string[] parameters, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Func
O Func(string name, string[] parameters, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Func
O Func(string name, string[] parameters, DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Get
O Get(string name, DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Get
O Get(string name, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- If
O If(string condition, DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
- If
O If(string condition, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- IfElse
O IfElse(string condition, DJS ifContent, string elseContent)
Undocumented in source. Be warned that the author may not have intended to support it.
- IfElse
O IfElse(string condition, string ifContent, DJS elseContent)
Undocumented in source. Be warned that the author may not have intended to support it.
- IfElse
O IfElse(string condition, DJS ifContent, DJS elseContent)
Undocumented in source. Be warned that the author may not have intended to support it.
- IfElse
O IfElse(string condition, string ifContent, string elseContent)
Undocumented in source. Be warned that the author may not have intended to support it.
- IfsElse
O IfsElse(string[] conditions, string[] ifContents, string elseContent)
Undocumented in source. Be warned that the author may not have intended to support it.
- Object
O Object(string[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- Set
O Set(string name, string[] parameters, DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Set
O Set(string name, string[] parameters, string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Switch
O Switch(string expression, DJS[string] cases, string defaultCase)
Undocumented in source. Be warned that the author may not have intended to support it.
- Switch
O Switch(string expression, string[string] cases, string defaultCase)
Undocumented in source. Be warned that the author may not have intended to support it.
- Try
O Try(DJS content)
Undocumented in source. Be warned that the author may not have intended to support it.
- Try
O Try(string content)
Undocumented in source. Be warned that the author may not have intended to support it.
- array
O array(string[] items)
Undocumented in source. Be warned that the author may not have intended to support it.
- let
O let(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- obj
string obj(string[string] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
O opCall(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opCall
O opCall(DJS value)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(string value)
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.
- var
O var(string name, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- var
O var(string[string] declarations)
Undocumented in source. Be warned that the author may not have intended to support it.