Posted to tcl by aspect at Thu Oct 24 03:37:08 GMT 2013view raw
- section {
- title "Do some stuff"
- notes {
- Something about the some stuff we seem to be doing.
- }
- section {
- # sections can hold sub-sections
- title "Do the first stuff"
- # no notes yet
- script {
- some tcl-like code goes here
- }
- }
- # there could be more "section" blocks below ..
- }