pict/test/cons/cons003.txt

14 строки
380 B
Plaintext

#
# valid cases:
# clause1 AND (clause2 AND clause 3)
# clause1 OR (clause2 OR clause 3)
# ATTN: /o:3
#
G1,A,B,C,D,E,F,G,H,I,J
G2,a,b,c,d,e,f,g,h,i,j
G3,1,2,3,4,5,6,7,8,9,10
G4,!,@,#,$,%,^,&,*,(,)
if [G1] = "a" and [G2] = "a" and [g3] = 1 then [G4] = "*";
if [G1] = "J" or ([g2] = "j" or [g3] = 10 ) or
(((([G1] > "a")) and [G2] <= "i") or (([G3] <= 7))) then [G4] = "!";