- Naming Convention for Variables:
- Variables should start with an alphabet
- No special characters is used in variables, except “_”
- It can be combination of alphabets and numbers
- Maximum length of a variable is 255 characters
- Spaces are not allowed with in variables
- Variables are case insensitive
- Cannot use Keywords as variables names
No comments:
Post a Comment