◄Syntax► ◄Details► ◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── DECLARE {FUNCTION | SUB } name [([parameterlist])] ■ name The name that will be used to invoke the procedure. ■ parameterlist The number, type, and passing method of arguments that will be used to call the procedure. ■ DECLARE also can be used to declare references to procedures written in other programming languages, such as C. See the entry for the DECLARE statement (Non-BASIC). See Also ◄DECLARE (Non-BASIC)► ◄FUNCTION► ◄SUB► ◄CALL (BASIC)►