Some character are classified as symbols and can be use as operator. We see lots of them in the code. But I can’t find the list of symbols anywhere.
I wonder if Unicode symbols (assume it not hard to type in, using modern editor and familiarity with Latex) could be use without having to put ` around it.
For example
a ⊕ b = (++)
out a b c = (a ⊕ b, c)
I know it might not a good idea for using non-ASCII chars in general programming, just wonder if it can be done.