argh icon indicating copy to clipboard operation
argh copied to clipboard

Support literal `char` in [] and ()

Open adishavit opened this issue 8 years ago • 0 comments

Allow using literal chars as lookup strings: cmdl['v'] should call the string lookup not the by index lookup (the char is automatically cast to an integer.

adishavit avatar Dec 18 '16 10:12 adishavit