Class managing a script expression.
override string FunctionName
Name of the function
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
TrimEnd(ScriptNode Argument, int Start, int Length, Expression Expression)
TrimEnd(x)
Base class for funcions of one scalar string variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Start
Start position in script expression.
Basic interface for all types of elements.