HTML Utilities

Showing help on 'length()'

Syntax: length (<list or string>) => int

Returns the number of characters in <list or string>.

length("foo") => 3
length("") => 0
length({1, 2, 3}) => 3
length({}) => 0



-- telnet://mongoose.world:7777 -- Mail us -- http://mongoose.world:7780/ --
-- Seven users connected --