id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
891	[TODO] allow spaces in nci function signatures	particle		"currently, nci function signatures require all symbols to be contiguous.  for example,  a call like

{{{
result = Parrot_call_sub_ret_int(interp, sub, ""II"", 5);
}}}

does not allow the symbols ""II"" to be separated by whitespace.  whitespace allows increased clarity, for example splitting the return value from the parameters.

successful implementation of this feature includes updates to PDD16, and a patch to the NCI subsystem."	todo	closed	normal		core	1.4.0	low	fixed					
