ox

The Ox programming language, compiler and tools (WIP)
Log | Files | Refs | README | LICENSE

ex4.ox (111B)


      1 void main() {
      2     if (a == true) {
      3         print("yes is expected");
      4     } else {
      5         print("no");
      6     }
      7 }