|
The manual says about 'Cmt':
Unlike all other captures, this one is evaluated immediately when a
match occurs. It forces the immediate evaluation of all its nested
captures and then calls function.
This is the only capture that specifies *when* (and *if*) it runs. It
is the only one where you can count on side effects.
-- Roberto