So in some languages you can test a number of things and if it fails it doesn't test the others is this true in RB?

so like

if x<> nil and x.isEqualTo( y) then
   bla bla
else
  alert "x is nil"
end if

so if x is nil it jumps right to the else


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to