id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
174	can't store strings in hashes in PIRC	kjs	kjs	"generated bytecode to store strings in a hash doesn't work.


{{{
.sub main
 $P0 = new ""Hash""
 $P0[""hi""] = ""hello there""
 $S0 = $P0[""hi""]
 print $S0 # should print 'hello there'
.end
}}}


doesn't work.
This needs fixing."	bug	closed	normal		pirc		medium	fixed	hash				
