ox

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

ex-div.ox (62B)


      1 void main() {
      2     print("expecting 6:");
      3     print(12 / 2);
      4 }