END
END
Declares the END of a SUB, a FUNC or the program.
Example 1: Sub
sub MySub(a)
print a + 10
end
10) MySub(
Example 2: Func
func MyFunc(a)
return a + 10
end
10)
Result = MyFunc(print Result
Example 3: End of the program
while(1)
1
ii = ii + print ii
if(ii == 5) then
end ' end program
endif
delay(500)
wend
Code samples using END
001 3 ways to print hello 5 times.bas
003 conditional branching.bas
004 loops.bas
005 challenge.bas
006 arrays+.bas
100lines.bas
2048.bas
2048.bas
3d block lettes.bas
3d rotating cube with message.bas
3d wire cube v1.bas
3d wire cube.bas
3d_torus.bas
3dtictac.bas
3dtorus.bas
3dttt.bas
3dttt.bas
4tune.bas
7gables.bas
A Rubens, Peter Paul Landscape.bas
agendus.bas
ai.bas
analog clock.bas
anball 1.0.bas
angel feather.bas
anomail.bas
Another center finder.bas
another look at trig functions.bas
aquarium v2.bas
Language
AND
AS
BAND
BG
BOR
BYREF
CALL
CASE
CATCH
CONST
DECLARE
DEF
DO
ELIF
ELSE
ELSEIF
END
END TRY
ENDIF
EQV
EXIT
FALSE
FI
FOR
FUNC
GOSUB
GOTO
IF
IFF
IMP
IN
LABEL
LET
LIKE
LOCAL
LSHIFT
MDL
MOD
NAND
NEXT
NOR
NOT
ON
OR
REM
REPEAT
RETURN
RSHIFT
SELECT
STEP
STOP
SUB
THEN
THROW
TO
TRUE
TRY
UNTIL
USE
USG
USING
WEND
WHILE
XNOR
XOR
If there is insufficient information on this page and you wish learn more about END,
please send an email to smallbasic@gmail.com. You can help to improve information about
END by submitting a pull request,
click View Source for details. Note, an offline language reference text file is also available - see the Download section.