directives 469 B

12345678910111213141516171819
  1. # this is a comment: commentexample1
  2. !echo this is an echo: echoexample2
  3. !verbose on
  4. # this is a comment with verbose on: verbosecommentexample3
  5. !verbose off
  6. # this is a comment with verbose off again: commentexample4
  7. # empty lines and lines with only whitespace should be ignored
  8. # directives are case insensitive, and should handle whitespace
  9. !ECHO echoexample5
  10. !eChO echoexample6
  11. !Verbose ON
  12. # verbosecommentexample7
  13. !verBOSE off
  14. # commentexample8