1<HTML><BODY>
2<H1> test numeric expr </H1>
3ok
4true
5true
6ok
7true
8ok
92+2=4
10ONE+2=3
11ONE + TWO=3
12THREE=3
13(ONE+TWO)==THREE=1
14ONE+TWO == THREE=1
15(ONE+TWO == THREE) and (THREE && TWO) and sin(ONE)=1
16sin(ONE)=0.841471
17111.111 + 222.333555=333.444555
187%3=1
19(70*5)%33-20=0
207 && 3=1
21strings are true:
22'aaa' && 'bbb'=1
23'aaa' || 0=1
24minus is handled properly:
25MINUSTEN+8=-2
26</body></html>
27