j
k
j a
j l
Andrew Wagner writes:
Try this: let b = if a == True then "+" else "-" in ...
Or like this: main = do let b = if True then "a" else "b" putStrLn b -- Gracjan
Back to the thread
Back to the list