Create a Box using left, right, bottom and top

Property definitions

geometry $ Box :: lrbt
	# Create a `Box` using left, right, bottom and top
	init lrbt(left, right, bottom, top: N)
	do
		init(left, right, top, bottom)
	end
lib/geometry/boxes.nit:128,2--132,4