I'm running Zerobrane 1.8 and LUA 5.3. However, in the interpreter the string function does not have "pack()" method/sub-function, i.e.,
print(string.pack("<I4",9))
returns the error: "pack method is nil."
I've tried this in other online version of lua interpreters but got the same problem. Yet, the reference manual
https://www.lua.org/manual/5.3/manual.html#pdf-string.pack clearly shows that this function should exist. What am I missing here?