samples/list.yml2
author Volker Birk <vb@pep.foundation>
Wed, 24 Aug 2016 21:18:46 +0200
changeset 4 e7b49a65cf3a
parent 0 76005e62091d
permissions -rw-r--r--
Version 5.5
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;
}