Up: Aime Functions   [Index]


6.3.1 Function Calling

Calling aime coded functions entails procedures that are or may be of application concern. Libraries are herein included with the application.

Call observers are executed.

See Call Observers.

Non reference non scalar function arguments are copied/retained as follows:

No copying/retaining is done for reference parameters.

It is better said that non reference arguments are copied/retained via specific methods, since data types that do not define such methods are not allowed for non reference parameters.