C#

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 December 2012

  • curprev 17:4117:41, 21 December 2012TyA talk contribs 663 bytes +663 Created page with "The '''If statement''' allows the program to run certain pieces of code based on certain conditions. Example: <source lang="csharp"> using System; class Test { static ..."