ox

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

ex-div.ox (62B)



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