Frink 1.2 p16 - Known Bugs

- Comments are not removed from code inside "" when minimising.

- Certain coding conventions in use by some people will break frink if used
  inside "" :

	button .foo -command "
		if \[\[bar xx\] $fub \]==0 blur
	"
  Frink is not interpreting tcl so it has to guess hwat is going on. In
  this case though it is immediately obvious to a reader what is happening
  it is rather hard for the program to pick this up....

  

