endif
Name
endif -- Closes a block of code that begins with an "if...then" statement.
Description
Closes a block of code that begins with an "if...then" statement.
Performance
Any block of code that begins with an "if...then" statement must end with an endif statement.
Examples
See the example for the if opcode.
Credits
New in version 4.21