(add, sub, mul, div) in lieu of (+, -, *, /)
@@ -93,9 +93,13 @@ struct op {
static const struct op operators[] = {
{"+", add},
{"add", add},
{"-", sub},
{"sub", sub},
{"*", mul},
{"mul", mul},
{"/", divide},
{"div", divide},
{"and", and},
{"or", or},
{"not", not},
The note is not visible to the blocked user.