|
-
Apr 14th, 2021, 08:42 AM
#11
Re: TwinBasic
 Originally Posted by wqweto
If(True, a, b) = 10
I don't see how that could be of much use.
But instead:
Code:
x = If(condition, a, b)
similar to current IIF, but where the False part is not evaluated beforehand.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|