Previous Up Next

5.2.3  Length of a string

The size or length command finds the length of a string (as well as the length of lists in general, see Section 6.1.3).

Example

size("hello")
     
5           

Previous Up Next