you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 2 years ago (4 children)

Make sure to make ample use of mixed content elements.

<statement><var>bar</var> = <int>0</int></statement>
  • source
  • parent
  • hideshow 4 child comments
  • [–] 5 points 2 years ago (3 children)
    statement: 
      comparison:
        - kind: libcompare.EQUALS
          comparators:
            - foo
            - bar
          whentrue:
            statement: 
              streaming: 
                - kind: libstreams.PRINT
                   content: foo equals bar
          whenfalse:
            statement: 
              streaming: 
                - kind: libstreams.PRINT
                   content: foo does not equal bar
    
  • source
  • parent
  • hideshow 3 child comments