Atom - v - Evaluate as Jelly Code (with an argument)

Characters: v

Tags: vectorize

Arity: dyadic

This atom is dyadic, which means it takes two arguments.

Functionality

Evaluate x as Jelly source code monadically with y as the argument.

Details

If the left argument is a list, stringify each element, join them together, and evaluate. Vectorizes at depth 1 on the left argument.