tcl-hairy-scan-for-comment

tcl-hairy-scan-for-comment is a compiled Lisp function in `tcl.el'.

(tcl-hairy-scan-for-comment STATE END ALWAYS-STOP)

Determine if point is in a comment.
Returns a list of the form `(FLAG . STATE)'. STATE can be used
as input to future invocations. FLAG is nil if not in comment,
t otherwise. If in comment, leaves point at beginning of comment.