Fil
Member since May 21, 2012
- Profile: /members/9978-fil.htm
- URL: http://don't have one
- Comments: 1
Recent Blog Comments By Fil
-
Seven Languages In Seven Weeks: Io - Day 2
Posted on May 21, 2012 at 1:51 PM
Hi. I have just finished that question. Just wondering what you guys think of my solution: standardIO := File standardInput() random := Random value(1,100) floor random println() i := 1 for(i,1,10,i, "Guess number (1..100): " println() guess := standardIO readLine() asNumber() ... read more »