1.7.11

Block commenting in TCL script

Simple procedure outlined in tcl wiki
 # First, define an block comment procedure, as:
  proc /* {args} {}
  # Then,you can use it as:
  /* { ...
  .. any comments,(with carefull { } pairs).
  } and more args in this line will be ignored.

No comments: