Skip to main content
Skip table of contents

u.OF(logisch1, [logisch2], ...)

Controleert of een van de argumenten waar is, en geeft als resultaat True of False terug. Geeft alleen False als resultaat als alle argumenten False zijn.

PY
a = str(u.OF(1==2,2==3,3==4))
b = str(u.OF(1==1,2==3,3==4))

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.