Table of Contents

FUNCTION

PET VIC-20 C64 C16 Plus/4 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