libamxrt  0.4.2
Ambiorix Run Time Library
00_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 }