Here is some basic rule for some C or C# style language like PHP, Java, Javascript, etc.
- always use semicolon ";" at the end of each command line
- usually case sensitive
- use bracket for block command like this
if (some condition)
{
} else {
}
- can use quote ' or double quote " for string variable like this "my string" or 'my string'
No comments:
Post a Comment