Merge pull request #455 from empirephoenix/patch-2

e==e instead of true
This commit is contained in:
LinuxMercedes 2018-12-11 14:49:55 -06:00 committed by GitHub
commit 69f730cd2e
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')
end