~ubuntu-branches/ubuntu/gutsy/inform/gutsy

« back to all changes in this revision

Viewing changes to html/answers1/answer30.html

  • Committer: Bazaar Package Importer
  • Author(s): Mark Baker
  • Date: 2004-03-29 23:52:44 UTC
  • Revision ID: james.westby@ubuntu.com-20040329235244-fox1z1yv7d6vojoo
Tags: upstream-6.30
ImportĀ upstreamĀ versionĀ 6.30

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML><HEAD><TITLE>Answer to Exercise 30</TITLE></HEAD>
 
2
<BODY BGCOLOR="#FFFFFF">
 
3
<TABLE><TR><TD Valign="top"><IMG SRC="../icons/exercise.gif" ALT="??"><TD bgcolor="#FAA89B"><B>ANSWER TO EXERCISE 30</B><TR><TD><TD>
 
4
<P>
 
5
 
 
6
 
 
7
<PRE>
 
8
[ InScope;
 
9
   if (action_to_be == ##Examine or ##Show or ##ShowR)
 
10
       PlaceInScope(noslen_maharg);
 
11
   if (scope_reason == TALKING_REASON)
 
12
       PlaceInScope(noslen_maharg);
 
13
];
 
14
</PRE>
 
15
 
 
16
Note that <TT>ShowR</TT> is a variant form of <TT>Show</TT> in which the parameters
 
17
are 'the other way round': thus "show maharg the phaser'' generates
 
18
<TT>ShowR maharg phaser</TT> internally, which is then converted to the more
 
19
usual <TT>Show phaser maharg</TT>.
 
20
</TABLE>
 
21
<HR>Back to <A HREF="../section16.html#ex30">the exercise in section 16</A><HR>
 
22
<SMALL><I>Mechanically translated to HTML from third edition as revised 16 May 1997. Copyright &#169; Graham Nelson 1993, 1994, 1995, 1996, 1997: all rights reserved.</I></SMALL></BODY></HTML>