Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.17 KB | None | 0 0
  1. package Cola is
  2.    type Elemento is range -100..100;
  3.    function Vacia return Boolean;
  4.    procedure Poner(E: Elemento);
  5.    procedure Quitar(E: out Elemento);
  6. end Cola;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement