Remix.run Logo
shakna a year ago

> Strings are not arrays of bytes.

That very much depends on the language that you are using. In some, they are.

77pt77 a year ago | parent [-]

No.

Those languages don't have strings.

shakna a year ago | parent [-]

So Lua doesn't have strings? The type is called a string. The documentation calls it a string. It's certainly not a buffer.