﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1216	Adding arrays working suspiciously	monoceres	Nutster	"This doesn't seem right to me:
{{{
#include <array.au3>
Local $a[2]=[1,2]
Local $a2[2]=[2,3]
Local $a3=$a+$a2
_ArrayDisplay($a3)
}}}

Output is [1,2]. Optional output would be the combination of the two arrays, but if that's out of the question, maybe throw an error or something?"	Feature Request	closed		AutoIt		None	Rejected	arrays autoit adding +	
