var a = 1
var b[2] = 1,2
var result
call math.copy(result, b[a])
