You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was playing around with MoonSharp and noticed the result from my snipper below differs from the results in my Lua 5.2 IDE.
Please have a look at the snippet below, the function v7 will take string arg1 and string arg2, turn them into a byte, and XOR them with each other. The result of the XOR is saved in a table that later on will be concatenated. The expected result for this snippet is to return a string with the value test1234567890, however, when executed in MoonSharp I get test123ô567890
Hello, I was playing around with MoonSharp and noticed the result from my snipper below differs from the results in my Lua 5.2 IDE.
Please have a look at the snippet below, the function
v7
will take string arg1 and string arg2, turn them into a byte, and XOR them with each other. The result of the XOR is saved in a table that later on will be concatenated. The expected result for this snippet is to return a string with the valuetest1234567890
, however, when executed in MoonSharp I gettest123ô567890
The text was updated successfully, but these errors were encountered: