Kaz Kylheku <kkylheku@gmail.com> wrote:
+---------------
| A better solution would be to define an alternate set of parentheses,
| whose use would be optional, for denoting function calls:
| [...] = (CALL ...)
...
| What would you call this dialect?
+---------------
Tcl.
But be careful what you wish for, since in Tcl arithmetic functions
like +, -, *, / aren't "operators", either, so you have to use the
special operator EXPR on them.
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607