samples/hello.yml2
author Volker Birk <vb@pep-project.org>
Mon, 11 Jul 2016 23:35:43 +0200
changeset 1 23daf9d318ac
parent 0 76005e62091d
permissions -rw-r--r--
adding decl supplements
decl hello(dingens) alias blub:DingensBlubber {
    something {
        special {
            content;
        }
    }
};

hello 42 {
    world;
}