# style=q2: Quadrant II.

present=8
ranget=[-2:2]

sh=!randitem 1,2
conj1=!item $sh of and,or
conj2=!item $sh of or,and

ineq=x < y ; x < -y,\
 x < y ; x > -y,\
 x > y ; x < -y,\
 x > y ; x > -y,\
 x < y # x < -y,\
 x < y # x > -y,\
 x > y # x < -y,\
 x > y # x > -y

plotf=t,t;,t,-t;\
t,t;,t,-t;\
t,t;,t,-t;\
t,t;,t,-t;\
t,t;,t,-t;\
t,t;,t,-t;\
t,t;,t,-t;\
t,t;,t,-t;\

sh=!shuffle $present
ineq=!item $sh of $ineq
plotf=!line $sh of $plotf

