1body file control
2{
3      namespace => "visible_namespace";
4}
5
6bundle common included
7{
8  classes:
9      "foo" expression => "any";
10      "bar" expression => "any", scope => "bundle";
11
12  vars:
13      "i" int => "1";
14      "j" string => "two";
15      "k" slist => { "k2", "everest" };
16      "l" data => parsejson('[1, "l", "|"]'); # Night of the Bad Font
17}
18