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
In the given procedure, the compound expression used as operator is
\begtt\scm
(if (> b 0) + -)
\endtt
This expression simply evaluates to the operator `+` or the operator `-`, depending on the value of \,`b`, whether it is positive or not. Therefore, the procedure is equivalent to