Posted to tcl by aspect at Thu Oct 24 03:37:08 GMT 2013view raw

  1. section {
  2. title "Do some stuff"
  3. notes {
  4. Something about the some stuff we seem to be doing.
  5. }
  6. section {
  7. # sections can hold sub-sections
  8. title "Do the first stuff"
  9. # no notes yet
  10. script {
  11. some tcl-like code goes here
  12. }
  13. }
  14. # there could be more "section" blocks below ..
  15. }