Rexx Programming/How to Rexx/length

The length function returns the length of the string argument.

Usage

length(STRING)

Examples

say length("Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch")    -- Returns 58