Play audio slide show -- Keyboard shortcut: 'x'  Back to notes -- Keyboard shortcut: 'u'                Slide 14 : 38
Program 1
 

(note-page 'id "comment"
  (title (main-text "Comment")
         (annotation "An illustration of comment")
  )

  (comment
   "The comment text"
  )

  (source-program
   'src "meta-lecture-notes.laml"
   'from-mark "(note-page 'id \"comment\""
   '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 "comment")
   (main-text "Manual entry")))

) ; end note-page