fun whileDecl(condition: CodeExpression, block: CodeFunc): Unit
fun whileDecl(format: String, vararg args: Any, block: CodeFunc): Unit