Remix.run Logo
shakna 8 months ago

> Strings are not arrays of bytes.

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

77pt77 8 months ago | parent [-]

No.

Those languages don't have strings.

shakna 8 months 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.