Struct class_Int_struct¶
- Defined in File builtins.h
Struct Documentation¶
-
struct
class_Int_struct¶ Public Members
-
obj_Boolean (*
EQUALS)(obj_Int, obj_Obj)¶
-
obj_String (*
STR)(obj_Int)¶
-
obj_Boolean (*
ATLEAST)(obj_Int, obj_Int)¶
-
obj_Boolean (*
ATMOST)(obj_Int, obj_Int)¶
-
obj_Boolean (*
LESS)(obj_Int, obj_Int)¶
-
obj_Boolean (*
MORE)(obj_Int, obj_Int)¶
-
obj_Boolean (*