xbot/include/libconfig-1.7.3/contrib/ls-config/sample/config

24 lines
335 B
Plaintext
Executable File

grp :
{
value = 10;
name = "sample";
};
lst = (
{
name = "sample";
},
{
comment = "sample secong group";
val = 10.2;
} );
info = "more info about types in libconfig9 documentations";
arr = [ 10, 20, 30 ];
integer = 100;
longint = 100L;
flo = 100.01;
boolean :
{
truevalue = true;
falsevalue = false;
};