# fss-0002 iki-0000
#
# license open-standard-license-1.0-or-later
# version 2023/07/14
#
# This file (assumed to be named fss-0008.txt) can be more easily read using the following iki_read commands:
#   iki_read fss-0008.txt +Q -w -WW character "'" "'" code '"' '"'
#
# To read the "Featureless Settings Specification: 0008 - Embedded List" section of this file, use this command sequence:
#   fss_basic_list_read fss-0008.txt +Q -cn "Featureless Settings Specification: 0008 - Embedded List" | iki_read +Q -w -WW character "'" "'" code '"' '"'
#

Featureless Settings Specification: 0008 - Embedded List:
  This is a code:"FSS-0003 (Extended List)" whose Content is then recursively processed as code:"FSS-0003 (Extended List)".

  See the file:"fss-0003.txt" specification file for details on the syntax rules.

  Example\:
    \# fss-0008
    \# valid comments are ignored.
    "The Object" {
      Does not need to be quoted.
      This: does not need to be delimited.
      \}
    }

    Second {
      Nested Example.

      Third {
        Fourth {
          This is nested Content.
        }
      }
    }

  Outer Objects would be\:
    1) "The Object"
    2) Second

  Inner Objects (depth 1) would be\:
    2.1) Third

  Inner Objects (depth 2) would be\:
    2.1.1) Fourth

  Inner Contents (depth 0) would be\:
    1.1.1) Does not need to be quoted.
           This: does not need to be delimited.
           }

    2.1.1) Nested Example.

           Third {
             Fourth {
               This is nested Content.
             }
           }

  Inner Contents (depth 1) would be\:
    2.1.1.1) Fourth {
               This is nested Content.
             }

  Inner Contents (depth 2) would be\:
    2.1.1.1.1) This is nested Content.
