Guest User

Untitled

a guest
Jun 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.18 KB | None | 0 0
  1.     type
  2.         skaitmuo = ^sarasas;
  3.         sarasas = record
  4.             skaitmuo : integer;
  5.             pirmyn, atgal : skaitmuo;
  6.         end;
  7.         skaicius = record
  8.             neig : boolean;
  9.             rod : skaitmuo;
  10.         end;
Add Comment
Please, Sign In to add comment