Guest User

person.ads

a guest
May 12th, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.14 KB | None | 0 0
  1. package Person is
  2.    subtype Age is Natural range 0 .. 140;
  3.    
  4.    Adult_Age : constant Age := 18;
  5.    
  6.    Unit_Age : Age;
  7. end Person;
Advertisement
Add Comment
Please, Sign In to add comment