samples/sample.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
include idl.yml2

module blub {
    interface bla {
        int f(in long a, out long b);
    }
}