File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / examples / nested.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:49:17 2021 UTC (3 years, 3 months ago) by misho
Branches: confuse, MAIN
CVS tags: v3_3, HEAD
confuse 3.3

    1: # Example by Thomas Adam
    2: groups {
    3:     name = 'Esmé'
    4:     group 1 {
    5:         number = 1
    6:         total = 32
    7:     }
    8: 
    9:     group empty {
   10:     }
   11: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>