Replies: 1 comment 2 replies
-
Are you running those commands in the REPL? You cannot use local variables like this in the REPL. Remove
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a newbie in Lua. After installing Teal (luarocks install tl) I am tried to load tl in luajit console and have got the result:
LuaJIT 2.0.4 -- Copyright (C) 2005-2015 Mike Pall. http://luajit.org/
JIT: ON CMOV SSE2 SSE3 SSE4.1 fold cse dce fwd dse narrow loop abc sink fuse
On regular Lua a have got same result:
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
Why? I am on CentOS 7.9.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions