Date: Thu, 5 Nov 1998 22:55:31 +0300 From: Sergei Laskavy <laskavy@Gambit.Msk.SU> To: Andrzej Bialecki <abial@nask.pl>, freebsd-current@FreeBSD.ORG Subject: Re: BootForth strange behaviour Message-ID: <19981105225531.A16317@gambit.msk.su> In-Reply-To: <Pine.BSF.4.02A.9811052038500.1165-100000@korin.warman.org.pl>; from Andrzej Bialecki on Thu, Nov 05, 1998 at 08:42:34PM %2B0100 References: <Pine.BSF.4.02A.9811052038500.1165-100000@korin.warman.org.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981105225531.A16317>