Help for this page

Select Code to Download


  1. or download this
    
        unless( state equals A ) { Take action1 }
    elsunless( state equals B ) { Take action2 }
    else                        { Take action3 }
    
  2. or download this
    elsif (state != B) ...