String Operators
The following operators on strings are supported in XJEase:
| Character operators | |
|---|---|
| [] | Character selection |
| : or + | Concatenation |
| WIDTHOF | Expression width |
| Comparison operators | |
| < | Less than |
| <= | Less than or equal |
| >= | Greater than or equal |
| > | Greater than |
| = | Equal to |
| != | Not equal to |
XJTAG v4.2.5
