ox

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

ex-print-minus-values.ox (31B)


      1 void main() {
      2     print(-5);
      3 }