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

(note-page 'point
  (title "Point"
         "Point is used to make a particular point in the material"
  )

  (point "The point itself"
         "An additional explanation of the point"
  )

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

  (index-words "point")

) ; end page