embedded systems developers tools, cross compilers
  Home  |   SwiftX Archive  |   SwiftForth Archive  |

Re: Name of OVER + SWAP

From: Leon Wagner <leon_at_forth.com>
Date: Thu, 24 Oct 2002 08:08:45 -0700

How to reply: Use your email client's "Reply All" function to reply to the
entire list (preferred). Use "Reply" for a private reply to the sender.
--------------------------------------------------------------------------

BOUNDS

> -----Original Message-----
> From: swiftx-bounce_at_forth.com [mailto:swiftx-bounce_at_forth.com]On Behalf
> Of Bulgrien, Dennis
> Sent: Thursday, October 24, 2002 6:37
> To: swiftx_at_forth.com
> Subject: [swiftx] Name of OVER + SWAP
>
>
> How to reply: Use your email client's "Reply All" function to reply to the
> entire list (preferred). Use "Reply" for a private reply to the sender.
> --------------------------------------------------------------------------
>
> We've had around a word called SIZED for a long time. It converts an
> address and count (outputs of COUNT) into DO LOOP limits. Today I found a
> HOST word called BOUNDS which does the same thing; its tucked away in the
> SwiftForth source. What TARGET name do you use for this?
>
> : SIZED ( a n -- a+n a ) OVER + SWAP ;
>
> SwiftForth\Src\Kernel\Struct.f:
> 107 ICODE BOUNDS ( a n -- a+n a ) \ : BOUNDS OVER + SWAP ;
> ...
> ----------------------------------------------------------------------
> swiftx_at_forth.com The SwiftX programming discussion email list
> To unsubscribe, send subject "unsubscribe swiftx" to listar_at_forth.com
> For help with listar commands, send subject "help" to listar_at_forth.com
> Archives are located at http://www.forth.com/swiftx -- check them out!
> ----------------------------------------------------------------------
> THIS LIST IS NOT FOR BUG REPORTS! Send bug reports to support_at_forth.com.
>
----------------------------------------------------------------------
swiftx_at_forth.com The SwiftX programming discussion email list
To unsubscribe, send subject "unsubscribe swiftx" to listar_at_forth.com
For help with listar commands, send subject "help" to listar_at_forth.com
Archives are located at http://www.forth.com/swiftx -- check them out!
----------------------------------------------------------------------
THIS LIST IS NOT FOR BUG REPORTS! Send bug reports to support_at_forth.com.
Received on Thu Oct 24 2002 - 08:11:54 PDT

This archive was generated by hypermail 2.2.0 : Fri Dec 05 2008 - 03:04:21 PST