test1.fcl
Go to the documentation of this file.
1 //comment
2 BEGIN_PROLOG
3 b:1
4 c:2
5 END_PROLOG
6 #include "testFiles/pass/test2.fcl"
7 //comment
8 u:10
9 v :8
10 w: 5
11 x : 5
12 y : 5.5
13 z : 05
14 j:{ a:1 }
15 za : 10
16 zb : @local::b
17 zc : @local::u
18 zd: @local::j.a
19 seq:[1,2,3]
20 tab:{ a:1 b:2 c:3 }
21 tab.a : 4
22 tab1:{ a:{ d:1 } b:[1,2,3] }