DCode

Covers Engine 2.0.0

elif

Continue an indented conditional branch using the DCode spelling.

Syntax

elif <condition>:

Available in

  • Executable DCode bodies

Lua transformation

elseif then

Example

elif condition:
    -- body