Searching tkEndin the compiler code gives only enum definitions, and the word endis shown as a keyword in the manual, where it says unused keywords are reserved for future features of the language. I remember atomicand sharedalso being unused keywords that got removed eventually, so I'm wondering is endgoing to be removed too or does it have a planned use? Like Julia's arr[1:end]shorthand perhaps, or a delimiter for something?
Well, that's a nice syntax. I am already using "end_if, end_proc, end_case, end_for, end_while"as a template but it's quite ugly without syntax color support in vs code.