December 2003
Intermediate to advanced
384 pages
7h 10m
English
IN THIS CHAPTER
The most basic expression type is the primary expression type. This type can be one of these:
A literal
A variable
A function call
A context item
A parenthesized expression, which is used to control precedence of operators
A comment
To understand these in detail, we'll take a look at them one by one.
A literal is just a value that is of an atomic type. As ...
Read now
Unlock full access