Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Is there a better way?

Received: by 10.66.77.131 with SMTP id s3mr12073469paw.24.1351700526182;
        Wed, 31 Oct 2012 09:22:06 -0700 (PDT)
Path: s9ni72016pbb.0!nntp.google.com!news.glorb.com!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail
Date: Wed, 31 Oct 2012 12:22:05 -0400
From: Doug Hoffman <glide...@gmail.com>
Reply-To: glide...@gmail.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:16.0) Gecko/20121026 Thunderbird/16.0.2
MIME-Version: 1.0
Newsgroups: comp.lang.forth
Subject: Re: Is there a better way?
References: <70a117c1-ba9f-474b-97f3-6440be3d4573@k20g2000vbj.googlegroups.com> <5091433c$0$3185$e4fe514c@dreader36.news.xs4all.nl>
In-Reply-To: <5091433c$0$3185$e4fe514c@dreader36.news.xs4all.nl>
Lines: 13
Message-ID: <5091502d$0$294$14726298@news.sunsite.dk>
Organization: SunSITE.dk - Supporting Open source
NNTP-Posting-Host: 68.61.101.105
X-Trace: news.sunsite.dk DXC=MdHNa]46WMKLCYW^HlPiL@YSB=nbEKnkK1>hOjEno`RMhWPV6^akRZAKAib\KDO`hBVLcYT@M]cNI]]1;f`\A6=A?EC;_;K6_?E
X-Complaints-To: staff@sunsite.dk
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

On 10/31/12 11:26 AM, Albert van der Horst wrote:

> WANT $=
> : }}? 2DUP "}}" $= ;

With an ANS Forth I can't compile this.  I get three undefined words 
error messages:

WANT
$=
"}}"

-Doug