Advertisement
Guest User

Untitled

a guest
Apr 6th, 2015
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. a = false
  2. b = "thisisNOTtest"
  3.  
  4. while a ~= false and b ~= "test" do
  5. print("This SHOULD print something because although a is false, b is NOT test, but it DOESN'T print anything")
  6. break
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement