Back to slide
Keyboard shortcut: 'u'  Slide 21 : 24
Program 1
 

(note-page 'concept-list
  (title "Concept-list"
         "A list of concepts defined in this set of notes"
  )

  (concept-list
    (concept "concept number 1" 
             "Definition of concept 1"
             "An introductory description of the first concept"
    )
    (concept "concept number 2"
             "Definition of concept 2"
             "An introductory description of the second concept"
    )
  )

  (source-program this-source-file  (list "(note-page 'concept-list" end-marker)
       (list
       )
       '(slide-external book-external)
       "The underlying LAML program. This shows the underlying source of this part of the notes"
  )

  (index-words "concept-list")

) ; end page