Here's a question: is it OK to omit parentheses around the argument to a non-standard function?
Like, "sin x = sin(x)" and "log z = log(z)" are common, but what about "f x = f(x)"?
Does the function name need to be more than one letter?
"flop x = flop(x)"