temp:= 
	join[^2 = ^4](
		i1000r100|2,
		i1000r100r10000|3
	).
result:=
	join[^5 = ^7](
		temp|5,
		i1000r10000|2
	).
? result|7.