SUB/de

From MCS Wiki AVR
< SUB
Revision as of 06:00, 19 February 2013 by Galahat (Talk | contribs)
Jump to: navigation, search

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  
Personal tools
Namespaces
Variants
Actions
Navigation
In other languages
Language