Previous Up Next

5.4.3  The length of a string: size length

The size (or length) command can take a string as an argument. It will return the length of the string.
Input:

size("hello")

Output:

5

Previous Up Next