git @ Cat's Eye Technologies Whothm / master eg / hello-world.whothm
master

Tree @master (Download .tar.gz)

hello-world.whothm @masterraw · history · blame

r := (0, 0, 1, 2);
s := (0, 0, 1, 2);
XOR := TF/FT;

begin
r.x += r.w;
r.x += -1;
r.w += 1;
r.h += 1;
draw r, XOR;
s.x += s.w;
s.x += -1;
s.w += 1;
s.h += 2;
draw s, XOR;
end