Atom - V
- Evaluate as Jelly Code
Characters: V
Tags: vectorize
Arity: monadic
This atom is monadic, which means it takes one argument.
Functionality
Evaluate Jelly code niladically. Vectorizes at depth 1.
Details
If the argument is a list, it applies Python's str
function to each element and concatenates them before evaluating.