Previous Up Next

4.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 5.1.3).

Example

size("hello")
     
5           

Previous Up Next