73
edits
Changes
→Procedure
=== Overloading ===
The prime allows the user to do the overload function and overload operators.
=== Argument Intents ===
Normal (default) intent means that a formal argument cannot be modified in the body of a procedure. To allow changing the formal (but not the actual), use the in intent
= Reference =