Play audio slide show -- Keyboard shortcut: 'x'  Back to slide -- Keyboard shortcut: 'u'                Slide 23 : 37
Program 1

(note-page 'id "syntax"
  (title (main-text "Syntax")
         (annotation "An illustration of the Syntax clause")
  )

  (syntax
   (main-text
    (read-text-file "includes/if-then-else-syntax"))
   (annotation
    "This is the syntax of a Scheme conditional expression ala if-then-else" )
  )

  (source-program
   'src "meta-lecture-notes.laml"
   'from-mark "(note-page 'id \"syntax\""
   'to-mark end-mark 
   'slide-mode "external"
   'book-mode "inline"
   (color-decorations
   )
   (main-text
    "The LAML source of this page")
  )

  (cross-references
   (internet-reference 'href (man-entry "syntax")
   (main-text "Manual entry")))

) ; end note-page