Skip to main content

Home/ dfs201011/ Group items tagged scripts

Rss Feed Group items tagged

ivan chill

Code structure - 0 views

  • Code structure
  • Statements
  • constructs and commands that perform actions
  • ...12 more annotations...
  • Statements
    • ivan chill
       
      declaraciones
  • Statements can be separated with a semicolon
  • separate lines to make the code more readable
  • A semicolon may be omitted in most cases when a line break exists
  • automatic semicolon insertion
  • In most cases, a newline implies a semicolon. But “in most cases” does not mean “always”!
  • Comments
  • can be put into any place of a script
  • two forward slash characters //
  • /* and end with an asterisk and a forward slash */.
  • handy to temporarily disable a part of code
  • Nested comments are not supported!
‹ Previous 21 - 21 of 21
Showing 20 items per page