Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== End statement ====== ==== Description ==== Identifies the end of a block of statements, or the physical end of a program. ==== Syntax ==== **End** ==== Remarks ==== Use End to designate the physical end of alternative sequences within such statements as If, Read, and Open. End must be used at the end of multi-line Then and Else statements. When used as the last statement in BASIC+, End also terminates the program. Comment statements may be added after the last End statement in a program. Program compilation will stop at the first End that is not part of a multi-line statement. ==== See Also ==== [[if|If…Then]] ** ** guides/programming/programmers_reference_manual/end.txt Last modified: 2024/06/19 20:20by 127.0.0.1