each
builtin-function
(each action seq)
Applies the function action to each element of seq.
action
seq
make-html > (each print-line "abc") a b c