Quote Originally Posted by Joshwa534 View Post
lua code:
Module.New('brain check', function()
if dumb =~ stupid then
repeat
end
end)
I'm going to go on record and say this is the stupidest pseudo-code I've ever see. Not only is the syntax incorrect, but dumb and stupid are statically defined and "repeating" (lolwut?) the action would always have the same outcome. Also, the if is useless, because it does nothing, because it repeats anyways since it's a module. Also, repeat doesn't work like that.

</rant>