Skip to content

Scan

Applies a function to each element for its side effects only; returns Null.

$ wo 'Scan[Print, {1, 2, 3}]'
1
2
3
Null