PRIVATE Command

Top  Previous  Next

Specifies variable names that are only visible in the current calling level and below.

Syntax

PRIVATE varlist

Parameters

varlist

Comma separated list of variable names

Remarks

PRIVATE does not create variables unlike the LOCAL and PUBLIC commands.

See also

LOCAL command

PUBLIC command