again nlo nhi = if nlo == nhi then putStrLn("n = "++show(nlo)) else do putStrLn("n = "++show(nlo)) again (nlo+1) nhi main = again 1 10