For example: `(1 .. 80).associate{ it to (it*4) }`...
# getting-started
j
For example:
(1 .. 80).associate{ it to (it*4) }
would create a map with the numbers 1 through 80 as keys and the values as the key multiplied by 4