_Added in 1.9.0_ *$ifmatch2* Returns the second parameter of an [[if|if-then-else comparison]]. _Same as [[$v2]], see also [[$ifmatch]]._ *Example*
; In this case '$ifmatch' will be 'text' and '$ifmatch2' will be 'sometext'.
if (text isin sometext) {
  echo -ag ifmatch2 is $ifmatch2
}