SUB/de

From MCS Wiki AVR
< SUB
Revision as of 21:16, 15 February 2013 by Admin (Talk | contribs)
Jump to: navigation, search

Contents

= (**COPIED FROM ENGLISH PAGE**) === Action

Defines a Sub procedure.

 

 

Syntax

SUB Name[(var1 , … )]

 

 

Remarks

Name

Name of the sub procedure, can be any non-reserved word.

var1

The name of the 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