map
Input Stack:
|
⇨ | Output Stack:
|
Create a new list by applying a function to all elements of a list.
Example:
(,a%s,b%s,),(,(,.netflix.com,),:format, ),:map
Pos | Input | Output |
---|---|---|
0 | List((, .netflix.com, ), :format) | List(a.netflix.com, b.netflix.com) |
1 | List(a%s, b%s) |