end | |
ACTION: |
marks the end of a code block
|
USE: |
terminating various block structures
|
EXAMPLE: |
if a>b then b=a end if |
REMARKS: |
An isolated 'end' terminates the program. |
RELATED: |
block
scope
if
do
while
select
function
sub
method
class
macro
def
|