to_indented_string_annotated_test.fcl
Go to the documentation of this file.
1 #include "to_indented_string_annotated_prolog.fcl"
2 
3 some_number : 7
4 
5 table1 : {
6  table: { @table::test.table }
7  seq1: [ @sequence::test.seq_prolog ]
8  foo : bar1
9  books : [
10  [ nested,sequence,does,this,"work?"],
11  { is: this },
12  [ okay ],
13  { just : { suppose : no } },
14  { nose : { where : would} },
15  { all : { our : [ glasses, sit, "they'd", all ] } },
16  { fall : [ off, just, think, of, it ] }
17  ]
18  foo : bar6
19 }
20 
21 table1.seq1[7] : it
22 table2 : { @table::test.table }
23 
24 success : { table3 : { @table::test } }
25 
26 any_more_success: { table4 : @local::test }
27 
28 table1.table.foo: bar_none
29 table1.this.can.be.extended : "What to do here?"