double click select binary value including %
Posted: Sun Mar 01, 2020 1:41 pm
At the moment a double click on %10000001 will only select 10000001.
I expect a selection including the % like it is on $FFFF.
Of cause if you would write c = 15%10 the operation % would select as well, but I think normally you write c = 15 % 10 (value SPACE operation SPACE value).
I expect a selection including the % like it is on $FFFF.
Of cause if you would write c = 15%10 the operation % would select as well, but I think normally you write c = 15 % 10 (value SPACE operation SPACE value).