samples/hello.yml2
author Volker Birk <vb@pep-project.org>
Fri, 15 Feb 2019 10:45:50 +0100
changeset 29 6a8a7951d8e6
parent 0 76005e62091d
permissions -rw-r--r--
feature: default function is used as a template
decl hello(dingens) alias blub:DingensBlubber {
    something {
        special {
            content;
        }
    }
};

hello 42 {
    world;
}