It would be very useful to be able to use arithmetic operations (+, -, * and / and potentially more) directly on tables.
let fruit table:make
table:put fruit "apple" 2
table:put fruit "orange" 5
table:put fruit "banana" 3
So set fruit fruit + 1 would be allowed for example , which increases all the values in the table by one.