2 lines
163 B
Text
2 lines
163 B
Text
As with Common Lisp and Scheme, Lambdatalk uses s-expressions so there is no need for operator precedence.
|
|
Such an expression "1+2*3+4" is written {+ 1 {* 2 3} 4}
|