Welcome!
Welcome, cyberspace traveler!
Use the menu on your left to navigate. If you're using a small vertical screen, it may appear on top.
Your fortune cookie says...
/// The ForTo class avoids confusing syntax of "for (int i=1;i<=4;i++) {...}". This can be replaced with "foreach (int i in new ForTo(1,4)) {...}".