blob: a8eaf0b8ab32d988701e8b644e721609f39ca81d (
plain)
1
2
3
4
5
6
|
for end
^~~ expected an index after `for`
^ expected an `in` after the index in a `for` statement
^ expected a collection after the `in` in a `for` statement
^~~ unexpected 'end'; expected a 'do', newline, or ';' after the 'for' loop collection
|