@@ -0,0 +1,7 @@
ifa = do
putStr "Name: "
name <- getLine
if name == "Koen"
then putStrLn "I know you"
else return ()
The note is not visible to the blocked user.