| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |
<<= symbol value
Modifies the value stored in a variable by performing a binary shift left operation with it.
symbol.
symbol by performing a binary shift left by
shift bits on the value it had previously stored.
The variable binded to symbol is expected to
contain an integer object.
The <<= is a short way to write
lt; $symbol $shift]
| Overview | Module | Function | Class | Tea 3.2.5 Reference Documentation © 2009 PDM&FC |