steve64 I noticed that the print() function prints only the first argument when used in the LuaRT Studio IDE interpreter console: print('hello', 1234) > hello
Samir You are right, and this concerns only the print function. I have a fix, just need to check if its ok before to publish it. Thank you steve !