Advertisement
Guest User

Untitled

a guest
Nov 28th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Oz 0.17 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.     thread
  10.         if B then
  11.             C=false
  12.         else
  13.             C=true
  14.         end
  15.     end
  16.     A=false
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement