Thread: new to talkphp
View Single Post
Old 04-28-2009, 02:36 PM   #10 (permalink)
Jim
The Addict
 
Jim's Avatar
 
Join Date: Nov 2007
Location: the Netherlands
Posts: 281
Thanks: 2
Jim is on a distinguished road
Default

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
Send a message via MSN to Jim Send a message via Skype™ to Jim
Jim is offline  
Reply With Quote