next up previous contents index
Next: Raise Up: Keywords Previous: Property   Contents   Index


Public

Syntax:
PUBLIC CLASS Foo
PUBLIC INTERFACE Foo
PUBLIC SUB Foo
PUBLIC CONST Var1 [AS TypeName] = value, ...
PUBLIC STATIC Var1 [AS TypeName], Var2 [AS TypeName], ...
PUBLIC Var1 [AS TypeName], Var2 [AS TypeName], ...



root 2004-04-05