samples/list.yml2
author Volker Birk <vb@pep-project.org>
Fri, 11 Oct 2019 21:47:20 +0200
changeset 34 d9eaf22f13ea
parent 0 76005e62091d
permissions -rw-r--r--
exit on version string
decl list(name);
decl title alias columnTitle;

list "List of goods" {
    head title "Goods", title "Price";
    row value "Beer", value 20;
    row value "Wine", value 30;
}