commit: 69f730cd2e2703dd3d557c667685746918e2241d parent 54dcc637c54f993f3f89df3fe97f36ea0934f21c Author: LinuxMercedes <LinuxMercedes@gmail.com> Date: Tue, 11 Dec 2018 14:49:55 -0600 Merge pull request #455 from empirephoenix/patch-2 e==e instead of trueDiffstat:
M | e.lua | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/e.lua b/e.lua @@ -1,3 +1,3 @@ -while true do +while e==e do print('e') end