xbot/include/libconfig-1.7.3/examples/c/cfg_includes/book4.cfg

10 lines
178 B
INI
Raw Normal View History

2024-02-13 07:22:10 +00:00
{
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"
},