[LMH]TRUNCATE-2 result order?

Paul Fuqua pf@ti.com
Sat Aug 2 09:46:01 2003


    Date: Sat, 2 Aug 2003 01:44:39 -0400 (EDT)
    From: Nyef <nyef@softhome.net>
    
    The quotient is pushed first, followed by the remainder.

There's a general pattern there:  the first value is pushed first, so
any excess values can be more easily trimmed (or additional NILs
pushed).  Function calls work the same way.

                              pf