REPEAT-N

[GENERIC-FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
  - self something  
  - n times [default = 0]

Description:

Repeats <n> times the evaluation of <self> and collects the <n> results into a list.

Ex. (repeat-n (+ 1 1) 4) ==> (2 2 2 2)