Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: repeat-format , Previous: remove-trigger-fn , Up: R , Home: Overview

Clamps Dictionary

repeat

Function

(repeat n elem)

return a list with n occurences of elem. All occurences of elem are #'eq to each other.

Arguments

n Integer indicationg the number of iterations
elem Any Lisp Object to be repeated.

Examples

(repeat 10 5) ;-> (5 5 5 5 5 5 5 5 5 5)

Author: Orm Finnendahl

Created: 2025-06-08 So 16:56

Validate