aboutsummaryrefslogtreecommitdiff
path: root/src/testsuite/interpreter/aw-193.input
blob: dc2e77983fdbc963fe6c3ea7c0df92ba2e796a9a (plain)
1
2
3
4
5
6
7
8
9
10
11
-- Issue AW/193
4 - %e < 0                               -- currently error

4 - %e::EXPR INT < 0                     -- likewise

(exp(1)^2 - exp(2) = 0)@Boolean          -- expected failure


(4 - %e)::EXPR FLOAT < 0                 -- result: false

sqrt(2) < sqrt(3/2)                      -- currently error