Home
> Language
Language
Covers the language elements provided by Tier 1.
Declaration
#include
#insert
#constant
#option_explicit
#company_name
rem
remstart
remend
dim
global
Control
end
goto
gosub
return
function
exitfunction
endfunction
Loops
do
loop
repeat
until
while
endwhile
for
step
next
exit
continue
Conditionals
if
else
elseif
endif
select
case
case default
endcase
endselect
Other
inc
dec