libamxrt  0.4.2
Ambiorix Run Time Library
save_test.odl
Go to the documentation of this file.
1 %populate {
2  object 'Test' {
3  object 'Table' {
4  instance add(1) {
5  parameter 'Text' = "Hallo";
6  }
7  }
8  }
9  object 'Test2' {
10  parameter 'Text' = "";
11  parameter 'Number' = 123;
12  }
13 }