Effective Lua
NOTE: This is not a Lua tutorial or reference, just a place to record something interesting when I read Lua source code, which is version 5.4.3 -- both of cases are correct lua -e'print("hello world") lua -e 'print("hello world")' command prompt command prompt default values…
Continue reading...