samples/hello.yml2
author Volker Birk <vb@pep.foundation>
Wed, 24 Aug 2016 21:22:51 +0200
changeset 6 5ea9477ef8bb
parent 0 76005e62091d
permissions -rw-r--r--
correcting docu
decl hello(dingens) alias blub:DingensBlubber {
    something {
        special {
            content;
        }
    }
};

hello 42 {
    world;
}