blob: ba01b604a0d7e0002a4aa3069f963c5fc006be37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
some directive;
group1 param1 {
group2 param2 {
group3 param3 {
key "value";
int_key 123;
float_key 123.321;
bool_key true;
}
external_vars "Concatenate with" EXTERNAL_VAR "and integer" 123;
}
}
|