Keywords not listed

This page:
https://kotlinlang.org/docs/reference/keyword-reference.html

does not list the keywords:

  1. to Eg - map.entries.associate(it. key to it.value)
  2. with Eg - with(obj) { name = param1 }

oops i just noticed those are functions not keywords.