roole icon indicating copy to clipboard operation
roole copied to clipboard

Support list concatenation using +

Open curvedmark opened this issue 12 years ago • 0 comments

[0 1] + 2 -> [0 1 2] -1 + [0, 1] -> [-1, 0, 1] [0 1] + [2, 3] -> [0 1 2, 3]

curvedmark avatar Aug 28 '13 08:08 curvedmark