/*
 * a more complex complex object __ returns a set
 */

define function residents ( language = "postquel",
			    returntype = SET )
    arg is (city)
    as  retrieve (p.all) from p in person*
	where p.location ---> current.location
\g
