Ada: Subprograms
In Ada, subprograms are equivalent to procedures and functions.
More specifically:
Procedures in Ada are subprograms that do not return a value. They are called procedure_name.
Functions in Ada are subprograms that return a value. They are called f...
sagecode.hashnode.dev11 min read