After I select "Convert operators to Unicode" in Comma, and enter the following code:
my @array = 1,3,5,7,9;
say @array >>+>> 3;
>>+>>
should be converted to »+»
, but nothing happend.
This is the version of Comma:
Comma 2021.01(Community Edition) Build #CT-202.6948.81, build on January 29, 2021
Runtime version: 1.8.0_261-bb12 x86_64
VM: Java HotSpot(TM) 64-Bit Server VM by Oracle Corporation.