CSharp

From The Bytecode Club Wiki
Revision as of 03:55, 7 March 2015 by Zooty (talk | contribs) (Created page with "C# is a multi-paradigm programming language with strong typing, functional, generic, OOP and component oriented programming disciplines. The core syntax of C# is similar...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

C# is a multi-paradigm programming language with strong typing, functional, generic, OOP and component oriented programming disciplines.

The core syntax of C# is similar to other C-style languages (such as C, C++ and Java)

  • Semicolons at the end of statements
  • Curly brackets to group statements
  • Variables are assigned with an equals(=) sign, but are compared with two equals (==) signs.
  • Square brackets are used with arrays