Guest User

Untitled

a guest
Jan 22nd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. procedure Main is
  2. type Element_Type is mod 2**8;
  3. Irreducible_P : Element_Type := 2#10001101#;
  4. x,y : element_type;
  5.  
  6. begin
  7. x:= 16#53#;
  8. y:= 16#ca#;
  9. ...
  10. end;
Add Comment
Please, Sign In to add comment