Ada Function Kinds |
Use “ada function” to match all Ada function kinds.
A function may be local or non-local.
A function may be generic.
A function may be abstract.
A function may have an operator symbol as the name.
function "+"(p1 : abs_type; p2 : abs_type) return abs_type is abstract; -- Ada Abstract Function Operator
Scientific Toolworks, Inc. http://www.scitools.com |