Advertisement
Guest User

Untitled

a guest
Nov 25th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Oz 0.15 KB | None | 0 0
  1. local A B C in
  2. thread
  3.     if A then
  4.         B=true
  5.     else
  6.         B=false
  7.     end
  8. end
  9.  
  10. thread
  11.     if B then
  12.         C=false
  13.     else
  14.         C=true
  15.     end
  16. end
  17.  
  18. A=false
  19.  
  20. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement