From owner-freebsd-current Thu Nov 5 11:56:52 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22336 for freebsd-current-outgoing; Thu, 5 Nov 1998 11:56:52 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from Gambit.Msk.SU (gambit.msk.su [194.190.206.62]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22122 for ; Thu, 5 Nov 1998 11:55:52 -0800 (PST) (envelope-from laskavy@Gambit.Msk.SU) Received: (from laskavy@localhost) by Gambit.Msk.SU (8.0/8.9.1) id WAA16357; Thu, 5 Nov 1998 22:55:31 +0300 (MSK) Message-ID: <19981105225531.A16317@gambit.msk.su> Date: Thu, 5 Nov 1998 22:55:31 +0300 From: Sergei Laskavy To: Andrzej Bialecki , freebsd-current@FreeBSD.ORG Subject: Re: BootForth strange behaviour Mail-Followup-To: Andrzej Bialecki , freebsd-current@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Andrzej Bialecki on Thu, Nov 05, 1998 at 08:42:34PM +0100 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Nov 05, 1998 at 08:42:34PM +0100, Andrzej Bialecki wrote: > One of last commits to /sys/boot (I'm not sure which) caused that Forth > interpreter accepts only one-liners, i.e.: > > > : test ." hello world" cr ; > > works, but > > > :test > > ." hello world" > > barfs that ." is a compile-only word... You want to use : test ." hello world" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message