Table of Contents

STATIC

Declares variables as local to a subroutine and their values to be preserved among subroutine calls

Implemented by: VBDOS, FreeBASIC, Gambas

With variations: QBasic (as statement and modifier; prefixed with $ as metacommand)

Also written as:

Usage

Variations

Examples

Comments

Similar keywords

In other languages...

References