shall we run a little test

Code:
alias test {
  echo -
  if ((!$2) || ($2 == 1)) { echo  No second value passed test aborted! | return }
  ;
  set %name.of.user. $+ $2 1
  ;
  if (%name.of.user. $+ $2 == 1) { echo OH MY I WAS WRONG AND BNX WAS CORRECT! }
  else                           { echo OH MY I WAS RIGHT AND BNX WAS WRONG! Becuase it was testing if ( $+ $v1 == $v2 $+ ) }
  ;
  ;
  if (%name.of.user. [ $+ [ $2 ] ] == 1)     { echo Oh this method works! $replace(if_(%name.of.user._[_$+_[_$2_]_]_==_1),_,$chr(32)) }
  if ($eval($+(%,name.of.user.,$2,),2) == 1) { echo and this method! $replace(if_($eval($+(%,name.of.user.,$2,),2)_==_1),_,$chr(32)) }
  if ($($+(%,name.of.user.,$2,),2) == 1)     { echo and also even this method! $replace(if_($($+(%,name.of.user.,$2,),2)_==_1),_,$chr(32)) }
}


/test ! bob