Read Me - Common Public License V1.0 - Copyright Notice(©)
length
>>-length------------------------------------------------------><
Returns the length of the receiving string.
String class - length method
"abcdefgh"~length -> 8 "abc defg"~length -> 8 ""~length -> 0