Or you can do the same thing in a different syntax,
local str = "my example"
print(str:len())
Which I prefer. BTW
should be str
Or you can do the same thing in a different syntax,
local str = "my example"
print(str:len())
Which I prefer. BTW
should be str