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