Index: /branches/eam_branches/20090715/Ohana/src/kapa2/test/overlay.sh
===================================================================
--- /branches/eam_branches/20090715/Ohana/src/kapa2/test/overlay.sh	(revision 25288)
+++ /branches/eam_branches/20090715/Ohana/src/kapa2/test/overlay.sh	(revision 25288)
@@ -0,0 +1,10 @@
+
+macro checker
+  mcreate a 8 8
+  for ix 0 8
+    for iy 0 8
+      if (($ix + $iy) % 2) continue
+      a[$ix][$iy] = $ix + $iy
+    end
+  end
+end
