ox

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

ex-mul.ox (60B)


      1 void main() {
      2     print("expected 25");
      3     print(5 * 5);
      4 }