Search Results
8/2/2025, 1:11:25 AM
I wanted to use lua to make very basic command line programs, but I ran into a road block and was hoping for some insight.
when I run the script with the lua interpreter, the arguments are processed as expected, if I use rtc however, a Lua script to executable compiler that comes with LuaRT Studio, the varargs no longer prints, I tried using `io.write()` instead of `print()` but that didn't work either. Anyone familiar enough to point me in the right direction?
when I run the script with the lua interpreter, the arguments are processed as expected, if I use rtc however, a Lua script to executable compiler that comes with LuaRT Studio, the varargs no longer prints, I tried using `io.write()` instead of `print()` but that didn't work either. Anyone familiar enough to point me in the right direction?
Page 1