comparator


INSTANCE comparator#8;
	description = "age >= 0";
	corresponds_to = {correspondence#2};
	tipe = simple_type(logical_type);
	greater = explicit_attribute#291;
	lesser = integer_literal#100;
	inclusive = inclusive_or_exclusive(inclusive);
	discrete = discrete_or_continuous(discrete);
	which_way_round = way_round(greater_first);
END_INSTANCE;

INSTANCE comparator#9;
	description = "age >= 18";
	corresponds_to = {correspondence#2};
	tipe = simple_type(logical_type);
	greater = explicit_attribute#293;
	lesser = integer_literal#101;
	inclusive = inclusive_or_exclusive(inclusive);
	discrete = discrete_or_continuous(discrete);
	which_way_round = way_round(greater_first);
END_INSTANCE;