Condition
The class represents a condition in if-statement or a ternary operator.
Last updated
The class represents a condition in if-statement or a ternary operator.
Last updated
Condition(
token: str = ''
)
The IfInstruction.get_condition() function can be used to get the condition object of an if-statement.
Base: object