First page Back Continue Last page Overview Graphics
Variable Typing
Weakly typed variables
Decided at runtime depending on context
Type can be specified via type casting or settype() function
Values for comparison purposes can change based on context
- Become familiar with == (equal) vs. === (identical) comparison operators