Archive for March 4th, 2008

Welcome to Kaizenlog.com If you're new here, you may want to subscribe to my RSS feed , Twitter You can contact us by using the contact form or submitting a comment. Thanks for visiting!

DEVI - Simple Expressions, Terms, and Operators - Expressions, Terms and Operators

Expression

A formula telling the computer exactly how to generate the desired value.
An expression has a type and a value.
An expression must be evaluated at run-time in order to determine its value.

E.g. Var1 * Var2

Evaluation

To Evaluate an expression means to follow the instructions.
The value may be different each time at runtime but the type does not change.

Term

Part of an expression that evaluates to a value.
It can be anything as long as the function returns a value.
A term can also be another expression surrounded by parentheses.

Listen to this podcast Listen to this podcast

Comments No Comments »