@@ 66,6 66,8 @@ bigger changes to Hare. This is especially important for new language features
such as for-each. In the three revisions to the RFC, we found solutions for a
number of challenges.
+[0]: https://git.sr.ht/~sircmpwn/hare/tree/master/item/docs/rfc.md
+
First of all, there was the syntax question. Do we want `foreach`? Or should we integrate it
into `for`? We quickly reached the conclusion that it is best to introduce a new
syntax to `for` instead of `foreach`, because it should remain the only statement