# style=r2: Rectangle II

present=8
ranget=[-3:3]

ind=!randitem 1,2
in1=!item $ind of <,>
in2=!item $ind of >,<
ind=!randitem 1,2
In1=!item $ind of <,>
In2=!item $ind of >,<

sh=!randitem 1,2
conj1=!item $sh of and,or
conj2=!item $sh of or,and
a=!randitem 0.5,0.6,0.7,0.8,0.9,1,1.1,1.2,1.3
b=!randitem 0.5,0.6,0.7,0.8,0.9,1,1.1,1.2,1.3

ineq=abs(x) $in1 $a ; abs(y) $In1 $b,\
 abs(x) $in1 $a ; abs(y) $In2 $b,\
 abs(x) $in2 $a ; abs(y) $In1 $b,\
 abs(x) $in2 $a ; abs(y) $In2 $b,\
 abs(x) $in1 $a # abs(y) $In1 $b,\
 abs(x) $in1 $a # abs(y) $In2 $b,\
 abs(x) $in2 $a # abs(y) $In1 $b,\
 abs(x) $in2 $a # abs(y) $In2 $b

plotf=-$a,t;,$a,t;,t,-$b;,t,$b;

plotf=$plotf\
$plotf\
$plotf\
$plotf

plotf=$plotf\
$plotf

