Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. hasLock = true;
  2. while (salyga && !hasLock) {
  3.     if (hasLock) {
  4.         kazkokia lock release funkcija
  5.         hasLock = false;
  6.     }
  7.     if (salyga) {
  8.         kazkokia lock paemimo funkcija
  9.         hasLock = true;
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement