e==e instead of true

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
This commit is contained in:
empirephoenix 2018-12-10 14:07:54 +01:00 committed by GitHub
parent d2f145bc00
commit 6b6d7467cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
e.lua
View File

@ -1,3 +1,3 @@
while true do while e==e do
print('e') print('e')
end end