.... := if [....]
Hello guys!
I have something to ask you ... when I write a definition that could take on other values, we take for example the area of a rectangle: A: = if [p <0, t B *, B * h], which means that whenp <0, the area is B * t, otherwise it is equal to B * h.
The question is: if I wanted to addanother condition to the area of the rectangle, for example, that for d> 0 is q * t, otherwise its value is g * t?
I hope I explained well ...
BeNNy

