which
- keyword, equivalent to where each in an each expression
- new in 1.77
- “which” is essentially “where each” so you can do things like:
each word of sentence which ends with "z"
each item of ingredients which contains "tsp"
- special variable, equivalent to each within an each expression