On Tue, 08 Mar 2011 05:19:31 -0500, Eugene <yes9111 at gmail.com> wrote: > So the resulting output will cast both ubytes into integers and then > cast that into a ubyte? All arithmetic in the CPU is done on an integer level anyways. So the language is just reflecting what the architecture does. -Steve