It would be useful to be able to use shift operations on numeric values in FPP files, for example when defining byte-pattern masks: ``` constant SomeBytePatternOffset = 4 constant SomeBytePatternMask = 0x7F << SomeBytePatternOffset ```