untitled.gif welcome towards my cool internet house site: re: dear prof tobot (zoom)

[ back | refresh | last 25 | post new ]

welcome to my cool internet home sit is prosecÇ–tedt to a jam

VALID X M L
Hair Cares Product!!!!!
re: dear prof tobot
[29737] by "TOBOT NSANOwrimo" (h-66-167-250-181.phlapafg.dynamic.covad.net)   on Wed 10 Dec 2003 00:41:09     reply ] [ up ]
cool u can simplify ur program because:


if e1 = true then e2 else e3

is the same as

if e1 then e2 else e3

and

if e1 then false else true

is the same as

not (e1)