Welcome visitors of MIC Computer

Welcome to my blog. With this blog you can post your question about computer and programming for absolutely free (free consultation sponsored by MIC Computer).. Well what are you waiting for just feel free to post your question or share with me about your computer / programming experience

Thursday, September 29, 2011

Some really basic C# style language (PHP,JavaScript,Java, etc)

Here is some basic rule for some C or C# style language like PHP, Java, Javascript, etc.

  1. always use semicolon ";" at the end of each command line
  2. usually case sensitive
  3. use bracket for block command like this
    if (some condition)
    {
    } else {
    }
  4. can use quote ' or double quote " for string variable like this "my string" or 'my string'

No comments: