ICL Appendix A - Operator Return Types

Appendix A: Operator Return Types

Dyadic


Left	Right	+	-	/	*	%	&  |  ^

Bit	Bit	UChar	Char	Bit	Bit	Bit	Bit
Bit	Char	Char	Char	Char	Char	Bit	Char
Bit	UChar	UChar	Char	Bit	UChar	Bit	UChar
Bit	Short	Short	Short	Char	Short	Bit	Short
Bit	UShort	UShort	Short	Bit	UShort	Bit	UShort
Bit	Int	Int	Int	Char	Int	Bit	Int
Bit	Float	Float	Float	Float	Float	NA	NA

Left	Right	+	-	/	*	%	&  |  ^

UChar	Bit	UChar	Char	UChar	UChar	UChar	UChar
UChar	Char	Char	Char	Short	Short	UChar	Char
UChar	UChar	UChar	Char	UChar	UShort	UChar	UChar
UChar	Short	Short	Short	Short	Int	UChar	Short
UChar	UShort	UShort	Short	UChar	Int	UChar	UShort
UChar	Int	Int	Int	Short	Int	UChar	Int
UChar	Float	Float	Float	Float	Float	NA	NA

Left	Right	+	-	/	*	%	&  |  ^

Char	Bit	Char	Char	Char	Char	Char	Char
Char	Char	Char	Char	Char	Short	Char	Char
Char	UChar	Char	Char	Char	Short	Char	Char
Char	Short	Short	Short	Char	Int	Char	Short
Char	UShort	Short	Short	Char	Int	Char	Short
Char	Int	Int	Int	Char	Int	Char	Int
Char	Float	Float	Float	Float	Float	NA	NA

Left	Right	+	-	/	*	%	&  |  ^

UShort	Bit	UShort	Short	UShort	UShort	UShort	UShort
UShort	Char	Short	Short	Int	Int	UShort	Short
UShort	UChar	UShort	Short	UShort	Int	UShort	UShort
UShort	Short	Short	Short	Int	Int	UShort	Short
UShort	UShort	UShort	Short	UShort	Int	UShort	UShort
UShort	Int	Int	Int	Int	Int	UShort	Int
UShort	Float	Float	Float	Float	Float	NA	NA

Left	Right	+	-	/	*	%	&  |  ^

Short	Bit	Short	Short	Short	Short	Short	Short
Short	Char	Short	Short	Short	Int	Short	Short
Short	UChar	Short	Short	Short	Int	Short	Short
Short	Short	Short	Short	Short	Int	Short	Short
Short	UShort	Short	Short	Short	Int	Short	Short
Short	Int	Int	Int	Short	Int	Short	Int
Short	Float	Float	Float	Float	Float	NA	NA

Left	Right	+	-	/	*	%	&  |  ^

Int	Bit	Int	Int	Int	Int	Int	Int
Int	Char	Int	Int	Int	Int	Int	Int
Int	UChar	Int	Int	Int	Int	Int	Int
Int	Short	Int	Int	Int	Int	Int	Int
Int	UShort	Int	Int	Int	Int	Int	Int
Int	Int	Int	Int	Int	Int	Int	Int
Int	Float	Float	Float	Float	Float	NA	NA

Left	Right	+	-	/	*	%	&  |  ^

Float	Bit	Float	Float	Float	Float	NA	NA
Float	Char	Float	Float	Float	Float	NA	NA
Float	UChar	Float	Float	Float	Float	NA	NA
Float	Short	Float	Float	Float	Float	NA	NA
Float	UShort	Float	Float	Float	Float	NA	NA
Float	Int	Float	Float	Float	Float	NA	NA
Float	Float	Float	Float	Float	Float	NA	NA



Next -- Appendix B
ICL Table of Contents
ICL Index
ICL Home Page