Atom - Ż
- Prepend Zero
Characters: Ż
Arity: monadic
This atom is monadic, which means it takes one argument.
Functionality
Prepend 0
to z
. For integers, return [0, 1, ..., z]
.
Ż
- Prepend ZeroCharacters: Ż
This atom is monadic, which means it takes one argument.
Prepend 0
to z
. For integers, return [0, 1, ..., z]
.