fun statementDecl(format: String, vararg args: Any): Unitfun statementDecl(expression: CodeExpression): Unitfun statementDecl(block: CodeBlock): Unitfun statementDecl(block: CodeFunc): Unit
Render a java statement.
The provided code will have a semicolon and line break appended.
See Also