Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
e==e instead of true
Browse files Browse the repository at this point in the history
As nil == nil, and e is nil lets use more e, especially since length is same, works with https://www.lua.org/cgi-bin/demo
  • Loading branch information
empirephoenix committed Dec 10, 2018
1 parent d2f145b commit 6b6d746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e.lua
@@ -1,3 +1,3 @@
while true do
while e==e do
print('e')
end

0 comments on commit 6b6d746

Please sign in to comment.