Sorry guys, im a newbie in the Fantom programming world. I'm not a professional (now...) so i really apologize if my questions are silly. I'm a bit confused using docs... where can i find statements for reading from standard input and from files? Thank you
Scheren Fri 24 Aug 2012
Sorry guys, im a newbie in the Fantom programming world. I'm not a professional (now...) so i really apologize if my questions are silly. I'm a bit confused using docs... where can i find statements for reading from standard input and from files? Thank you
brian Fri 24 Aug 2012
Welcome to Fantom!
Here are two links I would start with:
Scheren Fri 24 Aug 2012
Wow.... Thank you :-)
Scheren Thu 20 Sep 2012
Sorry i know it's really a shame.... but i still don't understand which is the best way to translate this snippet (C#)
char x = Console.ReadLine()
thx in advance, i apologize for my silly question.
brian Thu 20 Sep 2012
No problem - the forum is for questions! The answer is:
Scheren Thu 20 Sep 2012
Ok, thx, you are great!