EndSelect

Closes a Select block

Keywords

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Void

Quick Summary

Closes a Select block

Technical Exegesis...

Closes a Select block. Marks the end of a Select/Case/Default structure. Required to properly terminate every Select statement. Program execution continues with the code following EndSelect after the matching Case or Default block completes.

Example

Example.bam
; No example implemented yet