js/tests/expressions/t/binary_ops.js

3 lines
35 B
JavaScript
Raw Normal View History

2020-06-28 17:24:38 +10:00
2+2*2;
2 + 2 == 5;
1/0 !== infty;