Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.16 KB | None | 0 0
  1. boolean-var: Boolean := False;
  2. select
  3.    -- Something that waits until boolean-var = true
  4.    function-with-an-out-param(boolean-var);
  5. or
  6.    delay 1.0;
  7. end select;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement