fun write(format: String, vararg args: Any): Unit
fun write(expression: CodeExpression): Unit
fun write(block: CodeBlock): Unit
Write an arbitrary block of code.