Help for this page

Select Code to Download


  1. or download this
    if ?$x == ?$y {...}
    if ?$x != ?$y {...}
    
  2. or download this
    if not $x ^ $y {...}
    if $x ^ $y {...}
    
  3. or download this
    if !one($x,$y) {...}
    if one($x,$y) {...}