Help for this page
if ?$x == ?$y {...} if ?$x != ?$y {...}
if not $x ^ $y {...} if $x ^ $y {...}
if !one($x,$y) {...} if one($x,$y) {...}