when I was 8 or 10, I learned c with if and for loop and most basic of the language. I made a working chess text game using only ifs and loops, without even using any function etc. and well, I and family members actually played it a lot. and I think I have been programmer since.
Heh reminds me of when I made my own Douglas Adams-esque text adventure in Python using only a huge chain of ifs and prints. I remember thinking the hardest part was doing all the typing!