Slide 17 : 24 Program 1 |
(note-page 'exercise
(title "Exercise"
"An exercise formulated in relation to this note page"
)
(exercise 'exercise-id
"Exercise title"
(formulation
"This is the text of the exercise")
(solution
"This is the solution"
)
)
(source-program this-source-file (list "(note-page 'exercise" end-marker)
(list
)
'(slide-external book-external)
"The underlying LAML program. This shows the underlying source of this part of the notes"
)
(index-words "exercise")
) ; end page