This language element must appear within a user-defined function, but can appear anywhere within the user-defined function. If this language element does not appear within a user-defined function, the compiler reports an error.
A parameter of the super version of the current user-defined function. These parameters must have the same signature (number of parameters, and type and mode of each) as the parameters of the current user-defined function. You can, however, adjust a parameter's value.
If a user-defined function cannot be located in any super procedure, the AVM generates the following error message:
For an example of the SUPER function, see the
RUN SUPER statement reference entry.