ospl 0.0.24

the (UNFINISHED!!!) OSPL programming language
Documentation
1
2
3
4
5
def pln = fn(stir) {
    print stir + "\n"
};

pln("hi");