To toggle a switch do
Code:
var %switch = $iif(%switch,0,1)

To have ten random numbers do
Code:
$($str($!r(1,10) $chr(32),10),2)