Re: C-like Structures
- Posted by petelomax Jul 23, 2011
- 2513 views
mattlewis said...
I think I'm leaning towards:
-- assignments will be type checked as nonnegative_int unsigned int as nonnegative_int y
That would be my preference from the three options you listed. Would it be practical/sensible to also permit:
-- assignments will be type checked as nonnegative_int nonnegative_int as unsigned int y
Pete