SUB/de
From MCS Wiki AVR
Contents |
Funktion
Definieren einer Sub-Prozedur.
Syntax
SUB Name[(var1 , … )]
Anmerkungen
Name |
Name der Sub-Prozedur, kann jeder nicht Reservierte Begriff sein. |
var1 |
Name des/der Parameter. |
You must end each subroutine with the END SUB statement.
You can copy the DECLARE SUB line and remove the DECLARE statement. This ensures that you have the right parameters.
See Also
FUNCTION , CALL , CONFIG SUBMODE
See the DECLARE SUB topic for more details.
Languages | English • Deutsch |
---|