Search Results

Found 1 results for "8f010879259a139696f404a8c2b859cb" across all boards searching md5.

Anonymous /g/106108612#106110294
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?