While Statement Node
fun WhileStatementNode(lineNumber: Int, endLineNumber: Int, scope: Int, condition: ExpressionNode, statements: List<StatementNode>)
Content copied to clipboard
Create empty While statement node
Create empty While statement node