N Code Expressions |
N Code ExpressionsOperators include +, -, *, /, % (modulo), ==, >, >=, <, <=, &&, || and 'inside'. All of these are conventional, except 'inside', which is a Predicate to test whether some element exists within a list. PrecedenceThere is no expression precedence, so 1+2*3+4 evaluates as 13. Examples
|
|