ospl 0.0.10

the (UNFINISHED!!!) OSPL programming language
Documentation
1
2
3
4
5
6
7
8
{
    def x = obj {
        a: "hello"
        b: "hello"
    };

    print x;
}