|
|
If, given its type, a symbol is a C type lvalue. The symbol may appear on the left side of an assignment expression, and the increment/decrement operators can be used on it. For example:
debug0:9>Types are not checked on assignment.debugkey = 0
0 debug0:10>i++
0 debug0:11>++i
2