-- :load "c:\\HaskellProgs\\chap4_4.hs" {- True && b = b False && _ = False -} a && b = if a then b else False