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

Featureless Settings Specification: 0006 - Somewhat Extended List:
  This is a code:"FSS-0003 (Extended List)" whose Content is then processed as code:"FSS-0000 (Basic)".

  All code:"FSS-0003 (Extended List)" escapes are applied before any code:"FSS-0000 (Basic)" is identified.

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

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

    Second {
      Continues until EOS/EOF.
      All white space, including new line (and leading white space) is "part of content."
      \# Valid comments are still ignored.
    }

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

  Inner Objects would be\:
    1.1) Does
    1.2) This\:
    1.3) }

    2.1) Continues
    2.2) All

  Inner Contents would be\:
    1.1.1) not need to be quoted.
    1.2.1) does not need to be delimited.
    1.3.1)

    2.1.1) until EOS/EOF.
    2.2.1) white space, including new line (and leading white space) is "part of content."
