immutable class C_UNSIGNED_INT
****
ANSI C ``unsigned int'' (built in type)


Flattened version is here



Public


Features
create(x:INT):C_UNSIGNED_INT
div(i:SAME):SAME
int:INT
**** A Sather integer version of self
is_eq(i:SAME):BOOL
is_lt(i:SAME):BOOL
is_nil:BOOL
minus(i:SAME):SAME
nil:SAME
**** let Sather handle this (we are confused by the philosophical impilations of nil vs void vs unitialized vs zero
plus(i:SAME):SAME
str:STR
times(i:SAME):SAME
zero:SAME

The Sather Home Page