(one INTEGER)
(two INTEGER)
(three INTEGER)
(A TILE)
(B TILE)
(C TILE)
(D TILE)
(E TILE)
(F TILE)
(G TILE)
(H TILE)


(preconds
(in H one one)
(in G one two)
(in F one three)
(in E two one)
(in D two two)
(in C two three)
(in B three one)
(in A three two)
(in space three three)
)

(effects
(in A one one)
(in B one two)
(in C one three)
(in D two one)
(in E two two)
(in F two three)
(in G three one)
(in H three two)
(in space three three)
)
