![]() |
BadScript 2
|
Contains the Binary Expressions for the BadScript2 Language. More...
Namespaces | |
namespace | Comparison |
Contains the Comparison Expressions for the BadScript2 Language. | |
namespace | Logic |
Contains the Logic Expressions for the BadScript2 Language. | |
namespace | Math |
Contains the Math Expressions for the BadScript2 Language. | |
Classes | |
class | BadAssignExpression |
Implements the Assign Expression LEFT = RIGHT. More... | |
class | BadBinaryExpression |
Base Implementation of all Binary Expressions. More... | |
class | BadBinaryUnpackExpression |
Implements the binary ... operator. This operator is used to unpack the right side into the left side overwriting existing properties. More... | |
class | BadInExpression |
Implements the 'in' operator. The 'in' operator is used to check if a key is present in an instance of a type. More... | |
class | BadRangeExpression |
Implements the Range Expression START..END. More... | |
class | BadUnaryUnpackExpression |
Implements the unary ... operator. This operator is used to unpack a table into the current execution scope. More... | |
Contains the Binary Expressions for the BadScript2 Language.