You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An if-then-else operator takes in three arguments: one bool and two of any other type (so long as they have the same type). We'll use the standard ?: C-style syntax.
For example, this would allow us to have the following C2PO file:
An if-then-else operator takes in three arguments: one bool and two of any other type (so long as they have the same type). We'll use the standard
?:
C-style syntax.For example, this would allow us to have the following C2PO file:
The text was updated successfully, but these errors were encountered: