elseBody

abstract val elseBody: ShakeCode?(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.