samples/table.yml2
author Volker Birk <vb@pep-project.org>
Fri, 25 Jan 2019 23:31:57 +0100
changeset 25 cb4a7f8b230d
parent 0 76005e62091d
permissions -rw-r--r--
...
decl module +name;
decl class +name;
decl attr +type +name;

class Table class Data {
    attr long id;
    attr string text;
}