#What is a Unary Operator?
6 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @cedar moon! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
unary refers to how many operands the operator takes, specifically 1
unary plus/minus are +1 or -1, ie the positive and negative sign in math
2 operands is a binary operator, and 3 operands is the ternary operator, of which there is only one, ? :
#1084022466281734174 message
this may be of interest to you
Mmm