You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

An expression is an operation that evaluates its value, it is a combination of one or more constants, variables, functions, and operators that return another value.

Example 1
3 + 4 
#Is an expression which evaluates to 7, with 3 and 4 being two constants 
Example 2
4 ≠ 4
#This expression evaluates to false