3 lines
237 B
Lua
3 lines
237 B
Lua
|
local s = "a very long string with more than 128 characters, which will require 2 bytes to encode in Lua's bytecode format. This allows me to debug my bytecode loader, which doesn't seem to be handling string sizes properly."
|
||
|
print (#s)
|