int a = 5
int b = 10
int c = 15
int d = 20

boolean x = (a + c) <= d
boolean y = false

if x
  y = (d * 2) <> 3
/if

print x, y