Wed Jun 07 2000 10:50:
a < b < c works. It was actually pretty easy, because what I did was
sneak in before outputting the assembler code and change a < b < c to
a < b && b < c, which the compiler already knows how to output as
assembler. Still to do: operations on whole arrays and string comparisons.
