Closed TodePond closed 1 year ago
const position = [3, 2] position.x += 5 print(position) //[3, 2]
done