Of course I should have said
x isu list of number;
y isu list of color;
--- In KR-language@yahoogroups.com, "Richard H. McCullough"
<rhm@c...>
wrote:
> ...
> Here are a couple of examples using lists
>
> x,y isu list of number;
> x isall 1,2,3,4,5;
> y isall red,blue,green;
> ...