Rexx Programming/How to Rexx/length

The length function returns the length of the string argument.

Usage

edit
length(STRING)

Examples

edit
say length("Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch")    -- Returns 58