Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>statements</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  STATEMENTS

  A statement is the basic element of code. A statement ALWAYS ends
  with a semicolon character (;). In any location where a statement is
  acceptable, you may use a group of statements, by enclosing them all
  in curly braces There are many types of statements, including:
  expression, if, while, do...while, for, return, break, continue,
  and goto statements. Each type has several different parts.

See Also: break continue do expression for goto if return while structure

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson