for-each
for-each : ((any ... -> any) (listof any) ... -> void)
purpose:
to apply a function to each item on a list for effect only
Advanced Student Language