for() loops

Similar to purrr::walk().

for (element in vector) {
  # do something with element
}