Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- I_Know_What_I_Am_Doing = false
- while true do
- if I_Know_What_I_Am_Doing then
- print("I have no idea what I am doing")
- I_Know_What_I_Am_Doing = false
- else
- print("I still have no idea what i am doing")
- I_Know_What_I_Am_Doing = true
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement