CodePlexProject Hosting for Open Source Software
Documentation Developer guide
if (true) DoSomething();
if(true) DoSomething(); else DoSomethingElse();
if (true) { x++; DoSomething(); } else { DoSomethingElse(); }
if (true) DoSomething(); x++; foreach(String s in stringArray) { Debug.Print(s); } DoTheNextThing();
Last edited Mar 7, 2012 at 1:21 PM by jirkapok, version 16
Ads by Developer Media