first()

first() takes an arbitrary number of parameters and returns the first parameter (according to the sequence they are listed) which is not null. 

first(T11;T12;T0) - returns T0 if both T11 and T12 are zero or will return the first result which is not null.