Loading
Blocks Every script has an if: block, and where necessary, an elseif: and else: blocks.The content of each block ends with end: and the entire if block ends with endif: This is the general form of a block: if <condition> : <actions> end:endif: This is how it looks like with