Table of Contents

SUB

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

The SUB keyword starts a subroutine block.

Syntax

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

See also