﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
356	#!key and #!rest only work when number of rest arguments is even	Christian Kellermann	felix winkelmann	"Both should work IMHO:

{{{
#;72> (apply (lambda (a #!rest r #!key (f #f)) f) '(something 1 2 3 4 5 f: foo))                                                     
#f                                                                                                                                   
#;73> (apply (lambda (a #!rest r #!key (f #f)) f) '(something 1 2 3 4 f: foo))                                                       
 foo
}}}"	defect	closed	major		core libraries	4.5.x	wontfix	DSSSL keyword arguments		
