Name: Anonymous 2007-09-10 0:35 ID:QCxFPARL
wow ok
int x = g(); // have to store
int y = h(); // so that g and h arent called twice
return f() < x && x < y && y < i();
vs
(< (f) (g) (h) (i))
int x = g(); // have to store
int y = h(); // so that g and h arent called twice
return f() < x && x < y && y < i();
vs
(< (f) (g) (h) (i))