map

Input Stack:
function: List
items: List
Output Stack:
List(function(items[0], ..., items[N-1])
 

Create a new list by applying a function to all elements of a list.

Example:

(,a%s,b%s,),(,(,.netflix.com,),:format,
),:map
PosInputOutput
0 List((, .netflix.com, ), :format) List(a.netflix.com, b.netflix.com)
1 List(a%s, b%s)