aboutsummaryrefslogtreecommitdiff
path: root/examples/c/cfg_includes/book4.cfg
blob: 394015ea750d01235331a137fe366f34cf22e019 (plain)
1
2
3
4
5
6
7
8
9
{
  title  = "Ubik";
  author = "Philip K. Dick";
  price  = 7.50;
  qty    = 5;
  list  = (1,2,3,);
  array = [1,2,3,4,5,6,];
  @include "cfg_includes/cfg_subincludes/*.cfg"
},