Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
11 user(s) are online (10 user(s) are browsing encyclopedia)

Members: 0
Guests: 11

more...
browser tip
recommendation!
Sponsored
partner

Expression (programming)

An expression in a programming language is a combination of value (computer science)s, function (programming)s, tokens, Atomic (computer science)s, and procedure (programming)s, that are interpreted ( evaluated ) according to the particular rules of precedence and of association for a particular programming language, which computes and then produces ( returns , in a state (computer science) environment) another value. The expression is said to evaluate to that value. As in mathematics, the expression is (or can be said to have ) its evaluated value; the expression is a representation of that value.

Expressions may or may not have Side-effect (computer science)s.

=See also=

  • Statement (programming) (contrast)
  • Expression (mathematics)