size — Returns the number of characters of the string s
s
integer size (
)
String
Size of string s
Notice, that size(nil) -> nil
size("size") -> 4