Table of Contents

FUNCTION

[pet] [vic20] [c64] [c16] [cplus4] [c128] [x16] [m65]

The FUNCTION keyword starts a function block.

Syntax

FUNCTION <name> AS <type> ([<arg> AS <type>[, <arg> AS <type>]...]) [OVERLOAD] [PRIVATE|SHARED] [STATIC]
  <statements>
END FUNCTION

See also