From Wikibooks, open books for an open world
Ada. Time-tested, safe and secure.The keyword is separates the name of an entity from its definition.
type
Day_Of_Monthis
new
range
1 .. 31;
See Ada Programming/Types and Ada Programming/Subtypes.
subtype
Day_Of_Februaryis
Day_Of_Monthrange
1 .. 29;
package
My_Packageis
... -- declarationsend
My_Package;
procedure
My_Procedureis
... -- declarationsbegin
... -- sentencesend
My_Procedure;
See Ada Programming/Subprograms.
package
Day_Of_Month_IOis
new
Ada.Text_IO.Integer_IO (Num => Day_Of_Month);
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3