Slide 79 of 93
Notes:
The concatenation operator joins two vectors together. Both vectors must be of the same type. The example given above performs a logical shift left for a four bit array.
For the exponentiation operator ** from the package STD, the exponent must be an integer; no real exponents are allowed. Negative exponents are allowed only with real numbers. Other packages can be found that include overloaded operators (discussed in Module 12) for exponentiation with real and negative arguments.