Property definitions

nitcorn :: test_restful_annot $ Sys :: iface
	var iface: String is lazy do
		var testid = "NIT_TESTING_ID".environ
		if testid.is_empty then testid = "1"
		return "localhost:{10000+testid.to_i}"
	end
lib/nitcorn/examples/src/test_restful_annot.nit:22,2--26,4