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