|
|
|
|
|
by robgibbons
4098 days ago
|
|
It seems to me that it's possible to define most statements in an expressive syntax, at least in any language which allows for both constructs. For instance, in JavaScript one can use ternary syntax in place of an if-statement. Is a ternary condition actually an expression? It seems more of an expression than a statement, but one could argue it's just a simplified syntax of a conditional statement. |
|