next up previous contents index
Next: Dim Up: Keywords Previous: Continue   Contents   Index


Declare

Syntax:
DECLARE SUB Foo [(formal arguments)]
DECLARE FUNCTION Foo [(formal arguments)] [AS ReturnType]
DECLARE CLASS Foo
DECLARE INTERFACE Foo

See also: Sub (1.3.51), Function (1.3.24), Class (1.3.7), Interface (1.3.29)



root 2004-04-05