Newsgroups: rec.arts.int-fiction
Path: nntp.gmd.de!stern.fokus.gmd.de!zib-berlin.de!irz401!news.tu-chemnitz.de!uni-erlangen.de!uni-regensburg.de!lrz-muenchen.de!informatik.tu-muenchen.de!Germany.EU.net!EU.net!newsfeed.internetmci.com!vixen.cso.uiuc.edu!usenet.ucs.indiana.edu!news.cs.indiana.edu!shulick@kiwi.ucs.indiana.edu
From: "Sam Hulick" <shulick@kiwi.ucs.indiana.edu>
Subject: Re: [Inform] Difference between "
Message-ID: <199512022359.SAA03897@kiwi.ucs.indiana.edu>
Organization: Vallen Software
References: <GDR11.95Nov14090608@stint.cl.cam.ac.uk> <GDR11.95Nov18140220@stint.cl.cam.ac.uk> <199511241901.OAA03362@kiwi.ucs.indiana.edu> <GDR11.95Nov26185938@stint.cl.cam.ac.uk>
Date: Sat, 2 Dec 1995 18:59:48 -0500 (EST)
Lines: 20

gdr11@cl.cam.ac.uk (Gareth Rees) writes:
>"Sam Hulick" <shulick@kiwi.ucs.indiana.edu> wrote:
>> I do know that dictionary words suck because you can't print them.
>> What's the purpose, then?
>
>You *can* print dictionary words (use "print (address) 'train';" for
>example).

This code segment fails:

  n = NextWord();
  print (address) n, "^";

Why?

-- 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Sam Hulick          % "The saddest words of tongue or pen are these:
% shulick@indiana.edu %  `It might've been.'"  --Anon.
% http://129.79.1.4/~shulick
