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

Featureless Settings Specification: 000B - Simple List:
  This is similar to code:"FSS-0008 (Embedded List)", except that it is an code:"FSS-0003 (Extended List)" with a (non-recursive) code:"FSS-0002 (Basic List)" inside the Content.

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

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

    Second {
      Nested Example.

      Third\:
        Fourth\:
          There is parallel to Second rather than nested within Second.
    }

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

  Inner Objects (depth 1) would be\:
    2.1) Third
    2.2) 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\:
               There is parallel to Second rather than nested within Second.

  Inner Contents (depth 1) would be\:
    2.1.1.1)
    2.2.1.1) There is parallel to Second rather than nested within Second.
