optionalBlock

fun optionalBlock(before: String?, lambda: CodeBuilder.() -> Unit)

If before is not null, behaves like block, simply executes lambda otherwise.