Guest User

Untitled

a guest
Jun 5th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.20 KB | None | 0 0
  1. task body Cals is
  2.    x : Matrix;
  3.    y : Float;
  4. begin
  5.    loop
  6.       select
  7.          Server.det(x, y);
  8.       or
  9.          delay 2.0;
  10.          myDet(x, y);
  11.       end select;
  12.    end loop;
  13. end Cals;
Add Comment
Please, Sign In to add comment