for-each

for-each : ((any ... -> any) (listof any) ... -> void)

purpose:
to apply a function to each item on one or more lists for effect only


Intermediate Student with Lambda Language