Atom - - Length of Each

Characters:

Tags: array

Arity: monadic

This atom is monadic, which means it takes one argument.

Functionality

Get the length of each element of the list.

Details

If passed a number, implicitly convert it into a range (so, it becomes [1] repeated z times).

Synonyms

This atom should work roughly the same way as or very similarly in concept to the following code snippets (some edge case exceptions may exist):