Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 338 Bytes

readme.md

File metadata and controls

10 lines (10 loc) · 338 Bytes

Language properties

  1. Explicit var declaration
  2. Implicit type cast
  3. Single-purpose assignment operator
  4. Var scope boundary is function
  5. Block bounds - {}
  6. Conditional operators: if-then-else, switch-case
  7. No function override
  8. Passing parameters by value only
  9. Functions can be defined anywhere in file, but before call