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