Rexx Programming/How to Rexx/length

From Wikibooks, open books for an open world
Jump to navigation Jump to search

The length function returns the length of the string argument.

Usage[edit | edit source]

length(STRING)

Examples[edit | edit source]

say length("Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch")    -- Returns 58