id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
137	new $P0, ['Integer'] doesn't work in pir	cotto	whiteknight	"The following code doesn't work in pir, even though all 4 lines should do the same thing.

{{{
.sub main
  new $P0, ['Integer']  #syntax error
  new $P0, 'Integer'    #works fine
  $P0 = new ['Integer'] #works fine
  $P0 = new 'Integer'   #works fine
.end
}}}
"	patch	closed	normal		imcc	trunk	medium	fixed				new	all
