ox

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

ex10.ox (111B)



// print after print
void main() {
    print("This is a test");
    print("");
    print("Oh yes, tested.");
}