@RealGene The compiler can look at two words instead of just one, so that's no problem. ^^
`super let` is currently always an error, so nothing breaks if we give it meaning. So we can do that without needing a new edition.
`make` is currently not a keyword and can be used as a regular identifier (e.g. variable or function name), so making that a keyword would break things and thus require an edition.