elseBody

open override val elseBody: CreationShakeCode? = null(source)

The block of code to be executed if the condition is false. This is optional and may be null if no 'else' block is present.