04-28-2009, 02:36 PM
|
#10 (permalink)
|
|
The Addict
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
|
c# Code:
// &91; should be a [ bracket, stupid highlighter string[] welcome = new string[] {"welcome", "to", "this", "forum"};
foreach(string word in welcome) { Console.Write(word + " "); }
A hell i can't find c# syntax highlighting :(
__________________
Nunchaku! Who doesn't like martial arts? =)
Last edited by Wildhoney : 04-28-2009 at 08:41 PM.
Reason: Pretty code highlighting
|
|
|