Comment by musicale
7 hours ago
Does Oberon still require capitalized keywords? That always seemed to be emphasizing the wrong thing:
IF disaster THEN abort;
7 hours ago
Does Oberon still require capitalized keywords? That always seemed to be emphasizing the wrong thing:
IF disaster THEN abort;
Yes, the original Oberon (which the system is based on) has upper-case keywords (and some other orthodoxies). If you are looking for something more modern, go to https://github.com/rochus-keller/oberon, https://github.com/rochus-keller/luon or https://github.com/rochus-keller/micron.