Some operators can be either unary or binary

In Java, C++, and C#, some operators can behave either as a unary or as a binary operator.

The best known operator that can behave either way in those languages is the minus sign. 

(Apparently Alice does not support any operators that behave as both unary and binary operators.)