Nov 24, 2015
दो चर के कार्य दृश्यमान करने के लिए एक आवेदन. पुराने संस्करण डाउनलोड और इंस्टॉल करें FuncXY जो आपके डिवाइस मॉडल के अनुकूल है और अपनी पसंदीदा सुविधाओं का आनंद लें!
Version 2.08: In conditional expressions, only one of the two alternatives is now computed, as is the case in the C and Java languages. Similarly, the second operand of a logical operator (&& or ||) is not evaluated if the first operator is sufficient to determine the result. For example, the condition x == 0 || 1/x ... can no longer cause a zero divide error.
In version 2.07 you can use conditional expression as in the C programming language. The built-in example 2 demonstrates this.