3 lines
45 B
Lua
3 lines
45 B
Lua
|
|
str = "Hello world"
|
||
|
|
length = string.len(str)
|