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>expression</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  EXPRESSION

  The 'expression' statement is the simplest and most common type of
  statement. Its format is

       <expression>;

  where <expression> is any expression. Example are:

       result = 20;
       password = "Beef";
       pause(20);
       num = 20 * max(a, b);

  Do not forget the semicolon character at the end of the statement.
  If you do, the compiler will think that the next statement is part
  of the current one, and will report some unexpected error.

See Also: statements expressions operators

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