From owner-sc22wg5  Mon Nov 26 18:44:06 2001
Received: from nameserv.rl.ac.uk (nameserv.rl.ac.uk [130.246.135.129])
	by dkuug.dk (8.9.2/8.9.2) with ESMTP id SAA53950
	for <SC22WG5@dkuug.dk>; Mon, 26 Nov 2001 18:44:05 +0100 (CET)
	(envelope-from jkr@jkr.cc.rl.ac.uk)
Received: from jkr.cc.rl.ac.uk (jkr.cc.rl.ac.uk [130.246.8.20])
	by nameserv.rl.ac.uk (8.8.8/8.8.8) with ESMTP id RAA18086
	for <SC22WG5@dkuug.dk>; Mon, 26 Nov 2001 17:44:05 GMT
Received: (from jkr@localhost)
	by jkr.cc.rl.ac.uk (8.8.8+Sun/8.8.8) id RAA24660
	for SC22WG5@dkuug.dk; Mon, 26 Nov 2001 17:46:28 GMT
Date: Mon, 26 Nov 2001 17:46:28 GMT
From: John Reid <jkr@rl.ac.uk>
Message-Id: <200111261746.RAA24660@jkr.cc.rl.ac.uk>
To: SC22WG5@dkuug.dk
Subject: N1471.ps
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

%!PS-Adobe-3.0
%%Title: temp            
%%Creator: TSSD-Mk6                
%%CreationDate: 26/11/01 17:33:39
%%BoundingBox: 0 0  595  841
%%DocumentMedia: A4 595  841 0 () ()
%%Orientation: Portrait 
%%Jobname:         
%%Pages:(atend)
%%EndComments
%%BeginProlog
%------------------------------------------------
%  Prologue for TSSD Postscript files (15/01/00)
%  Note: prologue line length must not exceed 80
%------------------------------------------------
%  Define TSSD-Postscript commands
/@p {moveto} bind def
/@m {rmoveto} bind def
/@a {0 rmoveto} bind def
/@j {lineto} bind def
/@q {@j currentpoint stroke moveto} bind def
/@l {rlineto} bind def
/@r {@l currentpoint stroke moveto} bind def
/@w {setlinewidth} bind def
/@t {show} bind def
/@ct {curveto} bind def
/@cp {currentpoint} bind def
/@black {0 setgray} bind def
/@white {1 setgray} bind def
/@sd {0 setdash} bind def
/@s {/ps exch def} bind def
/@setmap {
  /eta h ps div def
  0 setlinejoin
  currentpoint
  gsave
  2 copy @b .5 sub ps mul add h 2 div sub translate ps ps scale
  newpath } bind def
/@par {exch def} bind def
/@fxy {currentfont currentpoint} bind def
/@Sx {/Symbol findfont [ps 0 0 xi 0 0] makefont setfont} bind def
/@Sh {/Symbol findfont [ps 0 0 h 0 0] makefont setfont} bind def
/@EQ {/Courier findfont [.875 ps mul 0 0 .975 ps mul 0 0] makefont
   setfont} bind def
/@TR {/Times-Roman findfont ps scalefont setfont} bind def
/@TI {/Times-Italic findfont ps scalefont setfont} bind def
/@TB {/Times-Bold findfont ps scalefont setfont} bind def
/@TX {/Times-BoldItalic findfont ps scalefont setfont} bind def
/@HR {/Helvetica findfont ps scalefont setfont} bind def
/@HI {/Helvetica-Oblique findfont ps scalefont setfont} bind def
/@HB {/Helvetica-Bold findfont ps scalefont setfont} bind def
/@HX {/Helvetica-BoldOblique findfont ps scalefont setfont} bind def
/@CR {/Courier findfont ps scalefont setfont} bind def
/@CI {/Courier-Oblique findfont ps scalefont setfont} bind def
/@CB {/Courier-Bold findfont ps scalefont setfont} bind def
/@CX {/Courier-BoldOblique findfont ps scalefont setfont} bind def
/@SY {/Symbol findfont ps scalefont setfont} bind def
/@SO {/Symbol findfont [ps 0 ps .25 mul ps 0 0] makefont setfont}
    bind def
/@OH {@outline 0 eq {
 /makeoutlinedict 7 dict def
 /Helvetica-Bold /Outline 1000 48 div
 /Helvetica-Bold findfont dup /UniqueID known
 {/UniqueID get 1 add} {pop 1} ifelse
 MakeOutlineFont
 /@outline 1 def} if
 /Outline findfont [ps 0 0 ps .85 mul 0 0] makefont setfont}
    bind def
%  define procedure to make outline fount
/MakeOutlineFont {
  makeoutlinedict begin
    /uniqueid exch def
    /strokewidth exch def
    /newfontname exch def
    /basefontname exch def
    /basefontdict basefontname findfont def
    /numentries basefontdict maxlength 1 add def
    basefontdict /UniqueID known not
      {/numentries numentries 1 add def} if
    /outfontdict numentries dict def
    basefontdict
      {exch dup /FID ne
        {exch outfontdict 3 1 roll put} {pop pop} ifelse } forall
    outfontdict /FontName newfontname put
    outfontdict /PaintType 2 put
    outfontdict /StrokeWidth strokewidth put
    outfontdict /UniqueID uniqueid put
    newfontname outfontdict definefont pop
  end
} bind def
/@AR {/AvantGarde-Book findfont ps scalefont setfont} bind def
/@AI {/AvantGarde-BookOblique findfont ps scalefont setfont} bind def
/@AB {/AvantGarde-Demi findfont ps scalefont setfont} bind def
/@AX {/AvantGarde-DemiOblique findfont ps scalefont setfont} bind def
/@PR {/Palatino-Roman findfont ps scalefont setfont} bind def
/@PI {/Palatino-Italic findfont ps scalefont setfont} bind def
/@PB {/Palatino-Bold findfont ps scalefont setfont} bind def
/@PX {/Palatino-BoldItalic findfont ps scalefont setfont} bind def
/@NR {/NewCenturySchlbk-Roman findfont ps scalefont setfont} bind def
/@NI {/NewCenturySchlbk-Italic findfont ps scalefont setfont} bind def
/@NB {/NewCenturySchlbk-Bold findfont ps scalefont setfont} bind def
/@NX {/NewCenturySchlbk-BoldItalic findfont ps scalefont
       setfont} bind def
/@Hr {/Helvetica-Narrow findfont ps scalefont setfont} bind def
/@Hi {/Helvetica-Narrow-Oblique findfont ps scalefont setfont} bind def
/@Hb {/Helvetica-Narrow-Bold findfont ps scalefont setfont} bind def
/@Hx {/Helvetica-Narrow-BoldOblique findfont ps scalefont
       setfont} bind def
/@BR {/Bookman-Light findfont ps scalefont setfont} bind def
/@BI {/Bookman-LightItalic findfont ps scalefont setfont} bind def
/@BB {/Bookman-Demi findfont ps scalefont setfont} bind def
/@BX {/Bookman-DemiItalic findfont ps scalefont setfont} bind def
/@ZS {/ZapfChancery-MediumItalic findfont ps scalefont
       setfont} bind def
/@ZD {/ZapfDingbats findfont ps scalefont setfont} bind def
/@lcb {({) (\354) (\355) (\356) @brace} bind def
/@rcb {(}) (\374) (\375) (\376) @brace} bind def
/@brace {
 @wrk begin
  /bot @par /mid @par /top @par /chr @par /h @par
  /b .92 def
  /w .6 ps mul def
  /dx .08 ps mul def
  @fxy
  h ps 3 mul gt
  {/xi h 3 ps mul sub 2 div def
   @Sx
   2 copy exch dx add exch @b b sub ps mul add
   2 copy b ps mul 1 b sub xi mul add add moveto (\357) show
   2 copy 1 b sub ps mul b xi mul add sub moveto (\357) show
   @SY
   2 copy ps xi add add moveto top show
   2 copy ps xi add sub moveto bot show
   moveto mid show
   exch w add exch moveto
  }
  {h ps div 1.25 gt
   {/xi h 3 div def
    @Sx
    2 copy exch dx add exch
    @b .5 sub ps mul b .5 sub xi mul sub add xi add
    2 copy moveto top show
    xi sub 2 copy moveto mid show
    xi sub moveto bot show
    exch w add exch moveto
   }
   {@Sh
    2 copy @b .5 sub ps h sub mul add moveto
    chr show exch
    chr stringwidth pop add exch moveto
   } ifelse
  } ifelse
  setfont
 end
} bind def

/@lp {0 @paren} bind def
/@rp {1 @paren} bind def
/@paren {
 @wrk begin
  /n @par
  /h @par
  /w .35 def
  /db .08 def
  /bw .09 def
  /de .01 def
  /df .08 de sub def
  @setmap
  n 0 gt {w 0 translate -1 1 scale} if
  /du eta 5 div def
  /dw w db sub de sub def
  /hh eta 2 div def
  dw eta moveto
  df hh du add df hh du sub dw 0 curveto
  de 0 rlineto
  /dw dw de add def
  /df df bw add def
  df hh du sub df hh du add dw eta curveto
  closepath
  .02 setlinewidth fill
  grestore
  exch w ps mul add exch moveto
 end
} bind def

/@lb {0 @bracket} bind def
/@rb {1 @bracket} bind def
/@bracket {
 @wrk begin
  /n @par
  /h @par
  /w .25 def
  /db .04 def
  /df .08 def
  @setmap
  n 0 gt {w 0 translate -1 1 scale} if
  w db sub eta moveto
  df eta 2 copy lineto
  .02  setlinewidth stroke
  moveto df 0 2 copy lineto
  .04  setlinewidth stroke
  moveto w db sub 0 lineto
  .02  setlinewidth stroke
  grestore
  exch w ps mul add exch moveto
 end
} bind def

/@int {
 @wrk begin
  /h @par
  /b .92 def
  /w .8 ps mul def
  @fxy
  h 2.25 ps mul gt
  {/xi h 2 ps mul sub def
   @Sx
   2 copy @b .5 sub ps mul b .5 sub xi mul sub add
   2 copy moveto (\364) show
   @SY
   b xi mul 1 b sub ps mul add add 2 copy moveto (\363) show
   xi ps add sub moveto (\365) show
   exch w add exch moveto
  }
  {h ps div 2 gt
   {/xi h 2 div def
    @Sx
    2 copy @b .5 sub ps mul 1 b sub xi mul add add
    2 copy moveto (\363) show
    xi sub moveto (\365) show
    exch w add exch moveto
   }
   {@Sh
    2 copy @b .5 sub ps mul .39 h mul sub add moveto
    (\362) show
    exch (\362) stringwidth pop add exch moveto
   } ifelse
  } ifelse
  setfont
 end
} bind def

/@mod {
 @wrk begin
  /h @par
  /w .36 def
  @setmap
  w 2 div dup 0 moveto
  eta lineto
  .02 setlinewidth stroke
  grestore
  exch w ps mul add exch moveto
 end
} bind def

/@norm {
 @wrk begin
  /h @par
  /w .54 def
  @setmap
  w 3 div dup dup 0 moveto
  eta lineto
  .02 setlinewidth stroke
  2 mul dup 0 moveto
  eta lineto stroke
  grestore
  exch w ps mul add exch moveto
 end
} bind def

/@slash {
 @wrk begin
  /h @par
  /w ps .425 mul def
  gsave
  .02 ps mul setlinewidth
  currentpoint
  2 copy @b .5 sub ps mul h 2 div sub add
  2 copy moveto
  exch w add exch h add lineto stroke
  grestore
  exch w add exch moveto
 end
} bind def

/@sqrt {
 @wrk begin
  /h @par /v @par
  /w .6 def
  @setmap
  .385 .075 moveto
  .175 .55  lineto
  .025 .5   lineto
  .025 .55  lineto
  .225 .65  lineto
  .4   .25  lineto
  closepath fill
  .175 .55  moveto
  .385 .075 lineto
  .6   h ps div 2 copy lineto
  exch v ps div add exch lineto
  .02 setlinewidth stroke
  grestore
  exch w ps mul add exch moveto
 end
} bind def

/@sys1 {currentpoint /cy exch def /cx exch def
 cx w 2 div add cy @b .435 sub ps mul add translate
 /r w 2.4 div def /c exch def} bind def

/@sys2 {/d exch def
 c 0 eq {w d div setlinewidth stroke} {fill} ifelse
 grestore cx w add cy moveto} bind def

/@pol {gsave @sys1 /p exch def
 0 r moveto 0 1 p 1 sub {360 p div rotate 0 r lineto pop} for
 24 @sys2} bind def

/@cir {gsave @sys1 0 0 r dup 0 moveto 0 360 arc 24 @sys2} bind def

/@squ {gsave @sys1 r neg dup moveto
 0 r r add rlineto r r add 0 rlineto 0 r r add neg rlineto
 closepath 24 @sys2} bind def

/@sta {gsave @sys1
 0 r moveto 0 1 9 {144 rotate 0 r lineto pop} for
 c 0 eq {w 12 div setlinewidth stroke 0 r moveto
 0 1 9 {144 rotate 0 r lineto pop} for 1 setgray fill} {fill} ifelse
 grestore cx w add cy moveto} bind def

%  Defines for chemical arrows etc.
/@ba {gsave currentpoint 2 copy
 exch ps 2 div add exch @b .5 sub ps mul add translate
 ps 8 div setlinewidth
 ps 100 div dup scale} bind def
/@ea {stroke grestore
 exch ps add exch moveto} bind def
/@bl {-50 14 moveto 50 14 lineto} bind def
/@hh {-25 12 rlineto} bind def
/@ah {currentpoint -25 12 rmoveto lineto -25 -12 rlineto} bind def
/@flip {-1 1 scale} bind def
/@ro {rotate} bind def
/@sl  {-71 0 moveto 71 0 lineto} bind def
/@a1 {@bl @ah 180 @ro @bl @ah} bind def
/@a2 {@flip @a1} bind def
/@a3 {90 @ro @a1} bind def
/@a4 {90 @ro @a2} bind def
/@a5 {@bl @hh 180 @ro @bl @hh} bind def
/@a6 {@flip @a5} bind def
/@a7 {90 @ro @a5} bind def
/@a8 {90 @ro @a6} bind def
/@a9 {@bl @ah 180 @ro @flip @bl @ah} bind def
/@a10 {180 @ro @a9} bind def
/@a11 {90 @ro @a9} bind def
/@a12 {270 @ro @a9} bind def
/@a13 {@bl @ah 180 @ro @bl} bind def
/@a14 {90 @ro @a13} bind def
/@a15 {180 @ro @a13} bind def
/@a16 {270 @ro @a13} bind def
/@a17 {@flip @a13} bind def
/@a18 {90 @ro @a17} bind def
/@a19 {180 @ro @a17} bind def
/@a20 {270 @ro @a17} bind def
/@a21 {@bl @hh 180 @ro @bl} bind def
/@a22 {90 @ro @a21} bind def
/@a23 {180 @ro @a21} bind def
/@a24 {270 @ro @a21} bind def
/@a25 {@flip @a21} bind def
/@a26 {90 @ro @a25} bind def
/@a27 {180 @ro @a25} bind def
/@a28 {270 @ro @a25} bind def
/@a29 {@bl 180 @ro @bl} bind def
/@a30 {90 @ro @a29} bind def
/@a31 {45 @ro @sl} bind def
/@a32 {135 @ro @sl} bind def
/@a33 {45 @ro @sl @ah} bind def
/@a34 {135 @ro @sl @ah} bind def
/@a35 {225 @ro @sl @ah} bind def
/@a36 {315 @ro @sl @ah} bind def
/@a37 {90 @ro @a51} bind def
/@a38 {90 @ro @a52} bind def
/@a39 {180 @ro @a52} bind def
/@a40 {270 @ro @a52} bind def
/@a41 {90 @ro @a53} bind def
/@a42 {180 @ro @a53} bind def
/@a43 {270 @ro @a53} bind def
/@a44 {90 @ro @a54} bind def
/@a45 {180 @ro @a54} bind def
/@a46 {270 @ro @a54} bind def
/@a47 {@a52 @flip @a52} bind def
/@a48 {90 @ro @a47} bind def
/@a49 {45 @ro @sl @ah 180 @ro @sl @ah} bind def
/@a50 {90 @ro @a49} bind def
/@a51 {-50 0 moveto 50 0 lineto} bind def
/@a52 {@a51 @ah} bind def
/@a53 {@a51 @hh} bind def
/@a54 {1 -1 scale @a53} bind def
%   end of defines for chemical arrows etc.
%----------------------------------------------
%   Postscript to go in TSSD prologue to produce AEAT logo
%
%     @AEAT
%
%   e.g. to set logo at <x>,<y> at size <s>
%
%       <x> <y> moveto /ps <s> def @AEAT
%
%   logo width = ps/10 + 8xps/3 + ps/10
/@AEAT {@AEAT1 @AEAT2 } def
/@AEAT1 {gsave @cp 2 copy exch ps 15 div add exch translate
 ps 232 div dup scale
% main rectangle
 @black 626.627 -0.0405 @p 626.627 174.2894 @j 5.8396 174.2894 @j
 5.8396 -0.0405 @j 626.627 -0.0405 @j fill
% letter A
 @white 31.4583 63.75 @p 42.8916 63.75 @j 47.5895 72.1933 @j
 62.9282 72.1933 @j 64.0036 63.75 @j 74.6455 63.75 @j
 68.1921 103.2497 @j 54.9476 103.2497 @j 31.4583 63.75 @j fill
 @black 61.9094 79.6815 @p 51.7213 79.6815 @j 60.0967 95.1248 @j
 60.2099 95.1248 @j 61.9094 79.6815 @j fill
% letter E
 @white 79.2041 103.2439 @p 107.0102 103.2439 @j 105.4805 95.7557 @j
 88.0951 95.7557 @j 86.2829 87.619 @j 102.7623 87.619 @j
 101.12 80.1307 @j 84.6973 80.1307 @j 82.7718 71.2441 @j
 100.8368 71.2441 @j 99.3078 63.7559 @j 70.7096 63.7559 @j
 79.2041 103.2439 @j fill
% letter A
 93.6783 63.75 @p 105.1116 63.75 @j 109.8094 72.1933 @j
 125.1482 72.1933 @j 126.2236 63.75 @j 136.8655 63.75 @j
 130.412 103.2497 @j 117.1675 103.2497 @j 93.6783 63.75 @j fill
 @black 124.1294 79.6815 @p 113.9413 79.6815 @j 122.3167 95.1248 @j
 122.4299 95.1248 @j 124.1294 79.6815 @j fill
% letter T
 @white 155.2415 95.4373 @p 145.3869 95.4373 @j 147.0859 103.2497 @j
 177.4999 103.2497 @j 175.8003 95.4373 @j 165.9457 95.4373 @j
 159.206 63.75 @j 148.5018 63.75 @j 155.2415 95.4373 @j fill
% letter E
 180.036 103.2439 @p 207.842 103.2439 @j 206.3124 95.7557 @j
 188.9269 95.7557 @j 187.1148 87.619 @j 203.5941 87.619 @j
 201.9519 80.1307 @j 185.5291 80.1307 @j 183.6037 71.2441 @j
 201.6687 71.2441 @j 200.1397 63.7559 @j 171.5415 63.7559 @j
 180.036 103.2439 @j fill
%letter C
 241.1618 93.7498 @p 237.8215 95.6724 234.6511 96.1248 231.3108 96.1248 @ct
 220.7238 96.1248 216.4777 88.6535 216.4777 81.1797 @ct
 216.4777 74.1589 220.9503 70.875 227.2912 70.875 @ct
 231.0844 70.875 234.5379 71.6676 237.312 73.0831 @ct
 236.1797 64.591 @j 233.632 63.7418 229.2161 63.0625 225.6493 63.0625 @ct
 212.911 63.0625 205.6077 70.5918 205.6077 81.4628 @ct
 205.6077 94.598 214.8359 103.9372 229.669 103.9372 @ct
 237.2554 103.9372 241.5015 102.6351 243.6529 101.8425 @ct
 241.1618 93.7498 @j fill
% letter H
 246.4955 103.2497 @p 257.0773 103.2497 @j 253.965 88.1815 @j
 266.4708 88.1815 @j 269.5831 103.2497 @j 280.1651 103.2497 @j
 271.9598 63.75 @j 261.378 63.75 @j 264.8864 80.6932 @j
 252.3806 80.6932 @j 248.8722 63.75 @j 238.2904 63.75 @j
 246.4955 103.2497 @j fill
% letter N
 284.0879 103.2497 @p 297.2832 103.2497 @j 305.3816 75.8601 @j
 305.4948 75.8601 @j 311.0448 103.2497 @j 321.0127 103.2497 @j
 312.6305 63.75 @j 299.4918 63.75 @j 291.2236 91.0825 @j
 291.1103 91.0825 @j 285.617 63.75 @j 275.6497 63.75 @j
 284.0879 103.2497 @j fill
% letter O
 360.4235 87.8022 @p 360.4235 95.9545 355.7245 103.9372 342.8831 103.9372 @ct
 327.6731 103.9372 319.8036 94.1429 319.8036 79.1405 @ct
 319.8036 71.0448 324.5027 63.0625 337.3437 63.0625 @ct
 352.554 63.0625 360.4235 72.8564 360.4235 87.8022 @ct fill
 @black
 349.5534 86.953 @p 349.5534 80.3293 346.1616 70.875 338.022 70.875 @ct
 332.539 70.875 330.6737 75.0077 330.6737 79.9897 @ct
 330.6737 86.67 334.0652 96.1248 342.2048 96.1248 @ct
 347.6878 96.1248 349.5534 91.935 349.5534 86.953 @ct fill
% letter L
 @white 367.26 103.2497 @p 377.9602 103.2497 @j 371.3928 71.5625 @j
 387.9244 71.5625 @j 386.2826 63.75 @j 359.0508 63.75 @j
 367.26 103.2497 @j fill
% letter O
 429.7203 87.8022 @p 429.7203 95.9545 425.0213 103.9372 412.18 103.9372 @ct
 396.9699 103.9372 389.1005 94.1429 389.1005 79.1405 @ct
 389.1005 71.0448 393.7995 63.0625 406.6405 63.0625 @ct
 421.8509 63.0625 429.7203 72.8564 429.7203 87.8022 @ct fill
 @black 418.8503 86.953 @p
 418.8503 80.3293 415.4584 70.875 407.3188 70.875 @ct
 401.8359 70.875 399.9705 75.0077 399.9705 79.9897 @ct
 399.9705 86.67 403.362 96.1248 411.5017 96.1248 @ct
 416.9846 96.1248 418.8503 91.935 418.8503 86.953 @ct fill
} bind def
/@AEAT2 {
% letter G
 @white 469.4338 93.9801 @p
 465.9803 95.5039 462.5834 96.1248 457.9976 96.1248 @ct
 447.4107 96.1248 443.1645 88.675 443.1645 81.1961 @ct
 443.1645 74.1638 447.6371 70.875 453.0155 70.875 @ct
 454.3743 70.875 455.733 71.1018 457.205 71.5554 @ct
 458.9601 79.3808 @j 452.6758 79.3808 @j 454.2044 86.869 @j
 470.7926 86.869 @j 466.0936 64.8175 @j
 462.1305 63.6286 455.733 63.0625 452.3361 63.0625 @ct
 439.5978 63.0625 432.2945 70.5918 432.2945 81.4797 @ct
 432.2945 94.6009 440.164 103.9372 458.5072 103.9372 @ct
 463.3194 103.9372 467.3957 103.1446 471.6984 102.0123 @ct
 469.4338 93.9801 @j fill
% letter Y
 482.9177 78.35 @p 473.6868 103.2497 @j 484.7865 103.2497 @j
 489.7134 87.3477 @j 500.6432 103.2497 @j 513.6123 103.2497 @j
 493.6776 78.35 @j 490.6195 63.75 @j 479.8596 63.75 @j
 482.9177 78.35 @j fill
% horizontal rule
 626.627 50.9822 @p 626.627 55.2342 @j 5.8396 55.2342 @j
 5.8396 50.9822 @j 626.627 50.9822 @j fill
% small swipe
 464.8789 107.25 @p 465.4375 106.1875 477.2827 112.7893 482.532 115.4353 @ct
 505.7572 127.1426 516.2849 137.5084 512.8291 150.744 @ct
 505.125 180.25 425.375 163.5 358.4385 137.0599 @ct
 350.218 133.8128 334.4227 126.5801 334.5166 126.2529 @ct
 334.625 125.875 347.2626 130.7819 358.9363 134.6286 @ct
 405.627 150.0143 497.9619 176.8706 505.3087 150.3553 @ct
 508.1891 139.9593 497.9335 130.3369 481.1769 118.4268 @ct
 476.25 114.9249 464.3203 108.3125 464.8789 107.25 @ct fill
% middle swipe
 470.3557 16.3258 @p 470.2787 14.9847 484.0006 20.8777 490.1907 23.6005 @ct
 559.2229 53.9647 579.875 120.25 498.3232 131.8906 @ct
 437.417 140.5845 382.875 128.75 347.1355 118.0401 @ct
 332.0138 113.5086 312.0677 106.7043 312.1289 106.3125 @ct
 312.1875 105.9375 334.2956 111.9265 347.8897 115.3954 @ct
 393.0055 126.9077 441.1162 134.5938 495.8185 126.2268 @ct
 559.4161 116.4987 548.9189 69.3242 492.875 30.125 @ct
 491.4425 29.123 489.7007 28.1139 488.2095 27.1231 @ct
 480.875 22.25 470.4375 17.75 470.3557 16.3258 @ct fill
% large swipe
 501.5517 23.7787 @p 501.8125 22.5625 516.5281 26.2141 523.473 27.832 @ct
 636.875 54.25 655.625 159.5 504.8913 154.2478 @ct
 473.635 153.1585 415.6145 152.5075 343.3114 124.8154 @ct
 336.4553 122.1895 322.0298 116.4913 322.1273 116.1907 @ct
 322.25 115.8125 337.1717 120.8003 344.0132 122.8301 @ct
 412.4691 143.1394 438.4266 145.6744 509.907 148.0234 @ct
 615.6185 151.4975 632.2136 74.3079 522.5702 31.1403 @ct
 516.0175 28.5605 501.2909 24.9949 501.5517 23.7787 @ct fill

28 15 moveto

/Helvetica-Bold findfont 30 scalefont setfont
@white
2 0 (ENGINEERING SOFTWARE) ashow
@black

 grestore exch 8 ps mul 3 div add ps 5 div add exch moveto
} bind def

%   Postscript to go in TSSD prologue to produce CRCL logo
%
%     @CLRC
%
%   e.g. to set logo at <x>,<y> at size <s>
%
%       <x> <y> moveto /ps <s> def @CLRC
%
%   logo width is   0.825 x point size
/@LOGOB {
 gsave @cp 2 copy translate
 ps 124 div dup scale
 /@gray 0.7 def
 @gray setgray 18 0 translate
 0 0 @p 0 92 @j 88 92 @j 88 0 @j closepath fill
 1 setgray
 newpath 31 49 @p 33 47 40 50 43 56 @ct
 43 50 33 45 28.5 46 @ct closepath
 27 44 @p 31 41 47 50 48.5 57 @ct 50 49 32 38 25 40 @ct
 closepath
 52 88 @p 23 71.5 7 45 17 35 @ct 27 26 56 47 55 56 @ct
 51 45 27 33 20 39 @ct 13 43 24 68 52 87.5 @ct closepath
 58 85 @p 28 68 7 39 17 29 @ct 28 21 61 44 61 54 @ct
 57 43 26 27 20 33 @ct 13 38 28 65 57.5 84.5 @ct closepath
 61 79 @p 33 64 11 34 21 25 @ct 32 16 64 39 65 49 @ct
 61 38 31 23 23.5 28.5 @ct 16 32 33 61 61 78.5 @ct closepath
 25 22 @p 45 21 63 32 69 44 @ct 65 29 36 13 27 20 @ct
 closepath
 29 17.5 @p 48 15.5 65 27 71 37 @ct 67 24 39 9 31 15 @ct
 closepath
 35 12.5 @p 52 13 64 20 72 30 @ct 66 16 42 6 36.5 11 @ct
 closepath
 43 9 @p 54 9 62 13 70 22 @ct 65 10 53 6 43 9 @ct closepath fill
 grestore exch 124 124 div ps mul add exch moveto
} bind def

/@LOGOC {gsave 0 setgray @cp 2 copy translate
 ps 40 div dup 0.545 mul scale
 newpath 30 28 28 64 296 arc 33 28 16 307 53 arcn closepath fill
 grestore exch 46 40 div ps mul add exch moveto
} bind def

/@LOGOL {gsave 0 setgray @cp 2 copy translate
 ps 40 div dup 0.545 mul scale
 newpath 4 0 @p 4 56 @j 20 56 @j 20 15 @j 40 15 @j
 40 0 @j closepath fill
 grestore exch 42 40 div ps mul add exch moveto
} bind def

/@LOGOR {gsave 0 setgray @cp 2 copy translate
 ps 40 div dup 0.545 mul scale
 newpath 4 0 @p 4 56 @j 34 40 16 90 288 arcn
 34 12 13.5 74 9 arcn 49 4 @j 50 0 @j 34 0 @j
 33 20.5 20 20.5 6.5 arcto 4 {pop} repeat 20 20.5 @j 20 0 @j
 4 0 @j 20 30.5 @p 25.5 37.75 7.25 270 90 arc 20 45 @j
 closepath fill
 grestore exch 54 40 div ps mul add exch moveto
} bind def

/@CLRC {gsave
 @cp 2 copy translate 0.825 0.825 scale
 0 19.5 124 div ps mul @p @LOGOB 16 124 div ps mul 0 @p
 @cp translate 1.41 9 div dup scale @LOGOC @LOGOL @LOGOR @LOGOC
 grestore exch 0.825 ps mul add exch moveto
} bind def

%%EndProlog
%%BeginSetup
/@PageHeight 841 def
/@PageWidth  595 def
/@dx 0 def
/@dy 0 def
/@opt (Portrait) def
/@dodev 0 def
/@b .75 def         % character body height (times type size)
/@outline 0 def     % insure outline dict is made once only
/@wrk 20 dict def   % used to build maths characters
%----------------------------------------------
% Define the versions of @head, @beginpage, @endpage and @tail to
% produce the required output option, where @opt can take values:
%
% TwoUp: divide the output page into two halves and set each of two
%        pages with its top left corner into the corner of each half.
%
% Landscape: set landscape anchoring at top left corner
%
% Portrait: set portrait
%
% The variable @rot is true when the document pages are to be viewed
% with @PageWidth > @PageHeight.
%------------------------------------------------------------
@opt (TwoUp) eq
  {/@rot true def
   /@head {/pageno 0 def} bind def
   /@beginpage {/pageno pageno 1 add def /PageVM save def
     matrix defaultmatrix setmatrix @dx ph add @dy
     pageno 2 mod 1 eq {translate 90 rotate}
       {@PageHeight 2 div add translate 90 rotate} ifelse
     } bind def
   /@endpage {pageno 2 mod 0 eq {PageVM restore showpage}
      {PageVM restore} ifelse} bind def
   /@tail {pageno 2 mod 1 eq {showpage} if} bind def
  }
  {/@head { } bind def
   /@tail { } bind def
   /@endpage {PageVM restore showpage} bind def
   @opt (Landscape) eq
     {/@rot true def
      /@beginpage {/PageVM save def matrix defaultmatrix setmatrix
        @dx ph add @dy translate 90 rotate} bind def
     }
     {/@rot false def
      /@beginpage {/PageVM save def matrix defaultmatrix setmatrix
        @dx @PageHeight ph sub @dy add translate} bind def
     } ifelse
  } ifelse
%----------------------------------------------
% maintain printability with pdf link inserts
%----------------------------------------------
/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
[ /PageMode /UseOutlines /DOCVIEW pdfmark
%----------------------------------------------
% language level specifics
%----------------------------------------------
/languagelevel where {pop languagelevel}{1} ifelse
2 ge
  { % language level 2
   @dodev 0 gt
     {<< /PageSize [@PageWidth @PageHeight] /ImageBBox null
      @rot {/Orientation 3 >> setpagedevice}
           {/Orientation 0 >> setpagedevice} ifelse
     } if
  }
  { % language level 1
   userdict (<<) cvn ([) cvn load put
   userdict (>>) cvn (]) cvn load put
  } ifelse
@head
%%EndSetup
%%Page: 1 1
%%BeginPageSetup
/pn 1 def
/ph 841.00 def
/pw 541.00 def
@beginpage
%%EndPageSetup
1.00 @w
54.00 751.50 @p
18 @s
@TB
(DRAFT)@t
274.07 751.50 @p
(ISO/IEC)@t
346.97 751.50 @p
(JTC1/SC22/WG5)@t
487.07 751.50 @p
(N)@t
505.00 751.50 @p
(1472)@t
366.60 714.70 @p
11 @s
@TB
(ISO/IEC)@t
411.15 714.70 @p
(1539-1:1997/Cor.2:2001)@t
526.33 714.70 @p
(\(E\))@t
54.00 590.90 @p
18 @s
@TB
(Information)@t
4.95 @a
(technology)@t
4.95 @a
(\261)@t
4.95 @a
(P)@t
-0.97 @a
(rogramming)@t
54.00 571.90 @p
(languages)@t
4.95 @a
(\261)@t
4.95 @a
(Fortran)@t
54.00 529.09 @p
12 @s
@TR
(TECHNICAL)@t
3.30 @a
(CORRIGENDUM)@t
3.30 @a
(2)@t
54.00 409.10 @p
11 @s
@TR
(T)@t
-0.59 @a
(echnical)@t
3.00 @a
(corrigendum)@t
3.00 @a
(2)@t
3.00 @a
(to)@t
3.00 @a
(international)@t
3.00 @a
(Standard)@t
3.00 @a
(ISO/IEC)@t
3.00 @a
(1539-1:1997)@t
3.00 @a
(\(E\))@t
3.00 @a
(was)@t
3.00 @a
(prepared)@t
3.00 @a
(by)@t
3.00 @a
(Joint)@t
3.00 @a
(T)@t
-0.59 @a
(echnical)@t
54.00 397.10 @p
(Committee)@t
3.02 @a
(ISO/IEC)@t
3.02 @a
(JTC1,)@t
3.02 @a
(Information)@t
3.02 @a
(technology.)@t
261.50 351.10 @p
0.45 @w
72.00 0.00 @r 
54.00 294.50 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(3)@t
477.10 294.50 @p
@TR
([3:32+])@t
3.02 @a
@TI
(87,)@t
3.02 @a
@TR
(92)@t
54.00 277.29 @p
@TB
(Subclause)@t
3.02 @a
(1.5.1)@t
54.00 260.09 @p
@TR
(Add)@t
3.02 @a
(an)@t
3.02 @a
(extra)@t
3.02 @a
(items)@t
3.02 @a
(at)@t
3.02 @a
(the)@t
3.02 @a
(end)@t
3.02 @a
(on)@t
3.02 @a
(1.5.1:)@t
94.66 242.79 @p
(\(3\))@t
5.50 @a
113.00 242.79 @p
(Earlier)@t
2.62 @a
(standards)@t
2.62 @a
(specified)@t
2.62 @a
(that)@t
2.62 @a
(if)@t
2.62 @a
(the)@t
2.62 @a
(second)@t
2.62 @a
(argument)@t
2.62 @a
(to)@t
2.62 @a
(MOD)@t
2.62 @a
(or)@t
2.62 @a
(MODULO)@t
2.62 @a
(was)@t
2.62 @a
(zero,)@t
2.62 @a
(the)@t
2.62 @a
(result)@t
113.00 230.79 @p
(was)@t
3.02 @a
(processor)@t
3.02 @a
(dependent.)@t
3.02 @a
(This)@t
3.02 @a
(standard)@t
3.02 @a
(specifies)@t
3.02 @a
(that)@t
3.02 @a
(the)@t
3.02 @a
(second)@t
3.02 @a
(argument)@t
3.02 @a
(shall)@t
3.02 @a
(not)@t
3.02 @a
(be)@t
3.02 @a
(zero.)@t
94.66 213.59 @p
(\(4\))@t
5.50 @a
113.00 213.59 @p
(The)@t
2.61 @a
(P)@t
-0.59 @a
(AD=)@t
2.60 @a
(specifier)@t
2.61 @a
(in)@t
2.60 @a
(the)@t
2.61 @a
(INQUIRE)@t
2.60 @a
(statement)@t
2.61 @a
(in)@t
2.61 @a
(this)@t
2.60 @a
(standard)@t
2.61 @a
(returns)@t
2.60 @a
(the)@t
2.61 @a
(value)@t
2.60 @a
(UNDEFINED)@t
2.61 @a
(if)@t
113.00 201.59 @p
(there)@t
3.48 @a
(is)@t
3.48 @a
(no)@t
3.48 @a
(connection)@t
3.48 @a
(or)@t
3.48 @a
(the)@t
3.48 @a
(connection)@t
3.48 @a
(is)@t
3.48 @a
(for)@t
3.48 @a
(unformatted)@t
3.48 @a
(input/output.)@t
3.48 @a
(The)@t
3.48 @a
(previous)@t
3.48 @a
(standard)@t
113.00 189.59 @p
(specified)@t
3.02 @a
(YES.)@t
54.00 155.70 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(39)@t
494.57 155.70 @p
@TR
([39:20])@t
3.02 @a
@TI
(22)@t
54.00 138.50 @p
@TB
(Subclause)@t
3.02 @a
(4.4.1)@t
54.00 121.20 @p
@TR
(Replace)@t
3.02 @a
(the)@t
3.02 @a
(second)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(R429)@t
3.02 @a
(by)@t
247.80 104.00 @p
@TB
(or)@t
269.16 104.00 @p
@TR
(=>)@t
3.02 @a
@TI
(pointer-initialization-expr)@t
79.00 92.00 @p
@TR
(R429a)@t
118.73 92.00 @p
@TI
(pointer-initialization-expr)@t
247.80 92.00 @p
@TB
(is)@t
269.16 92.00 @p
@TI
(function-reference)@t
79.00 74.70 @p
@TR
(Constraint:)@t
5.50 @a
3.02 @a
@TI
(function-reference)@t
3.02 @a
@TR
(shall)@t
3.02 @a
(be)@t
3.02 @a
(a)@t
3.02 @a
(reference)@t
3.02 @a
(to)@t
3.02 @a
(the)@t
3.02 @a
(intrinsic)@t
3.02 @a
(function)@t
3.02 @a
(NULL)@t
3.02 @a
(with)@t
3.02 @a
(no)@t
3.02 @a
(arguments.)@t
325.12 34.70 @p
@TB
(Ref.)@t
347.40 34.70 @p
(No.)@t
366.60 34.70 @p
(ISO/IEC)@t
411.15 34.70 @p
(1539-1:1997/Cor.2:2001)@t
526.33 34.70 @p
(\(E\))@t
@endpage
%%Page: 2 2
%%BeginPageSetup
/pn 2 def
/ph 841.00 def
/pw 541.00 def
@beginpage
%%EndPageSetup
0.45 @w
54.00 752.50 @p
11 @s
@TB
(ISO/IEC)@t
98.55 752.50 @p
(1539-1:1997/Cor.2:2001)@t
213.72 752.50 @p
(\(E\))@t
479.05 752.50 @p
18 @s
@TB
(DRAFT)@t
54.00 723.70 @p
11 @s
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(45)@t
475.59 723.70 @p
@TR
([45:7-9])@t
3.02 @a
@TI
(JP-04)@t
54.00 705.50 @p
@TB
(Subclause)@t
3.02 @a
(4.4.4)@t
54.00 687.20 @p
@TR
(Replace)@t
3.02 @a
(the)@t
3.02 @a
(paragraph)@t
3.02 @a
(that)@t
3.02 @a
(starts)@t
3.02 @a
(\252Where)@t
3.02 @a
(a)@t
3.02 @a
(component\272)@t
3.02 @a
(by)@t
79.00 668.90 @p
(Where)@t
2.73 @a
(a)@t
2.73 @a
(component)@t
2.73 @a
(in)@t
2.73 @a
(the)@t
2.73 @a
(derived)@t
2.73 @a
(type)@t
2.73 @a
(is)@t
2.73 @a
(a)@t
2.73 @a
(pointer,)@t
2.73 @a
(the)@t
2.73 @a
(corresponding)@t
2.73 @a
(constructor)@t
2.73 @a
(expression)@t
2.73 @a
(shall)@t
2.73 @a
(be)@t
2.73 @a
(an)@t
79.00 656.90 @p
(allowable)@t
3.02 @a
@TI
(target)@t
3.02 @a
@TR
(for)@t
3.02 @a
(such)@t
3.02 @a
(a)@t
3.02 @a
(pointer)@t
3.02 @a
(in)@t
3.02 @a
(a)@t
3.02 @a
(pointer)@t
3.02 @a
(assignment)@t
3.02 @a
(statement)@t
3.02 @a
(\(7.5.2\).)@t
54.00 618.70 @p
@TI
(P)@t
-0.59 @a
(ages)@t
3.02 @a
(45)@t
3.02 @a
(and)@t
3.02 @a
(46)@t
463.03 618.70 @p
@TR
([45:38+,)@t
3.02 @a
(46:1])@t
3.02 @a
@TI
(71)@t
54.00 600.40 @p
@TB
(Subclause)@t
3.02 @a
(4.5)@t
54.00 582.19 @p
@TR
(Add)@t
5.68 @a
(to)@t
5.68 @a
(end)@t
5.68 @a
(of)@t
5.68 @a
(the)@t
5.68 @a
(paragraph)@t
5.68 @a
(that)@t
5.68 @a
(follows)@t
5.68 @a
(the)@t
5.68 @a
(constraints:)@t
5.68 @a
(\252The)@t
5.68 @a
(character)@t
5.68 @a
(length)@t
5.68 @a
(of)@t
5.68 @a
(an)@t
5.68 @a
@TI
(ac-value)@t
5.68 @a
@TR
(in)@t
5.68 @a
(an)@t
54.00 570.19 @p
@TI
(ac-implied-do)@t
2.78 @a
@TR
(whose)@t
2.78 @a
(iteration)@t
2.78 @a
(count)@t
2.78 @a
(is)@t
2.78 @a
(zero)@t
2.78 @a
(shall)@t
2.78 @a
(not)@t
2.78 @a
(depend)@t
2.78 @a
(on)@t
2.78 @a
(the)@t
2.78 @a
(value)@t
2.78 @a
(of)@t
2.78 @a
(the)@t
2.78 @a
(implied)@t
2.78 @a
(DO)@t
2.78 @a
(variable)@t
2.78 @a
(and)@t
2.78 @a
(shall)@t
54.00 558.19 @p
(not)@t
3.02 @a
(depend)@t
3.02 @a
(on)@t
3.02 @a
(the)@t
3.02 @a
(value)@t
3.02 @a
(of)@t
3.02 @a
(an)@t
3.02 @a
(expression)@t
3.02 @a
(that)@t
3.02 @a
(is)@t
3.02 @a
(not)@t
3.02 @a
(an)@t
3.02 @a
(initialization)@t
3.02 @a
(expression.\272)@t
54.00 539.90 @p
(In)@t
3.02 @a
(the)@t
3.02 @a
(first)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(46,)@t
3.02 @a
(replace)@t
3.02 @a
(\252an)@t
3.02 @a
@TI
(ac-value)@t
3.02 @a
@TR
(sequence\272)@t
3.02 @a
(with)@t
3.02 @a
(\252a)@t
3.02 @a
(sequence)@t
3.02 @a
(of)@t
3.02 @a
(elements\272.)@t
54.00 501.70 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(47)@t
494.57 501.70 @p
@TR
([47:40])@t
3.02 @a
@TI
(22)@t
54.00 483.40 @p
@TB
(Subclause)@t
3.02 @a
(5.1)@t
54.00 465.10 @p
@TR
(Replace)@t
3.02 @a
(the)@t
3.02 @a
(second)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(R505)@t
3.02 @a
(by)@t
247.80 446.90 @p
@TB
(or)@t
3.02 @a
@TR
(=>)@t
3.02 @a
@TI
(pointer-initialization-expr)@t
54.00 408.70 @p
(P)@t
-0.59 @a
(age)@t
3.02 @a
(48)@t
473.07 408.70 @p
@TR
([48:26+])@t
3.02 @a
@TI
(JP-06)@t
54.00 390.40 @p
@TB
(Subclause)@t
3.02 @a
(5.1)@t
54.00 372.10 @p
@TR
(After)@t
3.02 @a
(line)@t
3.02 @a
(26)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(48,)@t
3.02 @a
(add:)@t
79.00 353.80 @p
(Constraint:)@t
5.50 @a
3.02 @a
(The)@t
3.02 @a
@TI
(object-name)@t
3.02 @a
@TR
(shall)@t
3.02 @a
(be)@t
3.02 @a
(the)@t
3.02 @a
(name)@t
3.02 @a
(of)@t
3.02 @a
(a)@t
3.02 @a
(data)@t
3.02 @a
(object.)@t
54.00 315.59 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(49)@t
422.47 315.59 @p
@TR
([49:9,)@t
3.02 @a
(49:20-21])@t
3.02 @a
@TI
(JP-08,)@t
3.02 @a
(22)@t
54.00 297.39 @p
@TB
(Subclause)@t
3.02 @a
(5.1)@t
54.00 279.09 @p
@TR
(In)@t
3.02 @a
(the)@t
3.02 @a
(paragraph)@t
3.02 @a
(that)@t
3.02 @a
(begins)@t
3.02 @a
(\252If)@t
3.02 @a
(a)@t
3.02 @a
@TI
(length-selector)@t
@TR
(\272,)@t
3.02 @a
(replace)@t
3.02 @a
(\252)@t
@TI
(length-selector)@t
@TR
(\272)@t
3.02 @a
(by)@t
3.02 @a
(\252)@t
@TI
(char-len-param-value)@t
@TR
(\272.)@t
54.00 260.79 @p
(In)@t
3.02 @a
(the)@t
3.02 @a
(paragraph)@t
3.02 @a
(that)@t
3.02 @a
(begins)@t
3.02 @a
(\252If)@t
3.02 @a
@TI
(initialization)@t
@TR
(\272,)@t
3.02 @a
(replace)@t
3.02 @a
(\252NULL\()@t
3.02 @a
(\)\272)@t
3.02 @a
(by)@t
3.02 @a
(\252)@t
@TI
(pointer-initialization-expr)@t
@TR
(\272)@t
3.02 @a
(twice.)@t
54.00 222.59 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(55)@t
479.26 222.59 @p
@TR
([55:41])@t
3.02 @a
@TI
(JP-12)@t
54.00 204.29 @p
@TB
(Subclause)@t
3.02 @a
(5.1.2.4.3)@t
54.00 186.09 @p
@TR
(In)@t
3.02 @a
(the)@t
3.02 @a
(fifth)@t
3.02 @a
(line)@t
3.02 @a
(from)@t
3.02 @a
(the)@t
3.02 @a
(bottom)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(55,)@t
3.02 @a
(delete)@t
3.02 @a
(\252statement\272)@t
3.02 @a
(and)@t
3.02 @a
(replace)@t
3.02 @a
(\252in)@t
3.02 @a
(a\272)@t
3.02 @a
(with)@t
3.02 @a
(\252by\272.)@t
54.00 147.79 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(62)@t
477.79 147.79 @p
@TR
([62:19,)@t
3.02 @a
(48])@t
3.02 @a
@TI
(22)@t
54.00 129.59 @p
@TB
(Subclause)@t
3.02 @a
(5.2.10)@t
54.00 111.29 @p
@TR
(Replace)@t
3.02 @a
(the)@t
3.02 @a
(fifth)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(R540)@t
3.02 @a
(by)@t
247.80 93.00 @p
@TB
(or)@t
3.02 @a
@TR
(=>)@t
3.02 @a
@TI
(pointer-initialization-expr)@t
54.00 74.70 @p
@TR
(In)@t
3.02 @a
(the)@t
3.02 @a
(penultimate)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(62,)@t
3.02 @a
(replace)@t
3.02 @a
(\252NULL\()@t
3.02 @a
(\)\272)@t
3.02 @a
(by)@t
3.02 @a
(\252pointer)@t
3.02 @a
(association)@t
3.02 @a
(status\272.)@t
54.00 34.70 @p
@TB
(2)@t
@endpage
%%Page: 3 3
%%BeginPageSetup
/pn 3 def
/ph 841.00 def
/pw 541.00 def
@beginpage
%%EndPageSetup
0.45 @w
54.00 751.50 @p
18 @s
@TB
(DRAFT)@t
366.60 751.50 @p
11 @s
@TB
(ISO/IEC)@t
411.15 751.50 @p
(1539-1:1997/Cor.2:2001)@t
526.33 751.50 @p
(\(E\))@t
54.00 723.70 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(63)@t
472.02 723.70 @p
@TR
([63:1,)@t
3.02 @a
(7,)@t
3.02 @a
(10])@t
3.02 @a
@TI
(22)@t
54.00 706.30 @p
@TB
(Subclause)@t
3.02 @a
(5.2.10)@t
54.00 688.80 @p
@TR
(In)@t
3.02 @a
(lines)@t
3.02 @a
(1,)@t
3.02 @a
(7)@t
3.02 @a
(and)@t
3.02 @a
(10)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(63,)@t
3.02 @a
(replace)@t
3.02 @a
(\252NULL\()@t
3.02 @a
(\)\272)@t
3.02 @a
(by)@t
3.02 @a
(\252)@t
@TI
(pointer-initialization-expr)@t
@TR
(\272)@t
3.02 @a
(thrice.)@t
54.00 654.00 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(66)@t
416.33 654.00 @p
@TR
([66:11,)@t
3.02 @a
(66:14])@t
3.02 @a
@TI
(JP-16,)@t
3.02 @a
(JP-17)@t
54.00 636.50 @p
@TB
(Subclause)@t
3.02 @a
(5.4)@t
54.00 619.00 @p
@TR
(In)@t
3.32 @a
(the)@t
3.32 @a
(paragraph)@t
3.32 @a
(that)@t
3.32 @a
(begins)@t
3.32 @a
(\252Any)@t
3.32 @a
@TI
(namelist-group-name)@t
@TR
(\272,)@t
3.32 @a
(replace)@t
3.32 @a
(\252in)@t
3.32 @a
(more)@t
3.32 @a
(than)@t
3.32 @a
(one)@t
3.32 @a
(NAMELIST)@t
3.32 @a
(statement\272)@t
54.00 607.00 @p
(by)@t
3.02 @a
(\252more)@t
3.02 @a
(than)@t
3.02 @a
(once)@t
3.02 @a
(in)@t
3.02 @a
(the)@t
3.02 @a
(NAMELIST)@t
3.02 @a
(statements\272.)@t
54.00 589.59 @p
(At)@t
3.97 @a
(the)@t
3.96 @a
(end)@t
3.97 @a
(of)@t
3.97 @a
(the)@t
3.96 @a
(one-line)@t
3.97 @a
(paragraph)@t
3.97 @a
(that)@t
3.96 @a
(begins)@t
3.97 @a
(\252A)@t
3.96 @a
(namelist)@t
3.97 @a
(group)@t
3.97 @a
(object\272,)@t
3.96 @a
(add)@t
3.97 @a
(the)@t
3.97 @a
(sentence:)@t
3.96 @a
(\252A)@t
3.97 @a
(namelist)@t
54.00 577.59 @p
(group)@t
3.02 @a
(object)@t
3.02 @a
(shall)@t
3.02 @a
(not)@t
3.02 @a
(appear)@t
3.02 @a
(more)@t
3.02 @a
(than)@t
3.02 @a
(once)@t
3.02 @a
(in)@t
3.02 @a
(a)@t
3.02 @a
(single)@t
3.02 @a
(namelist)@t
3.02 @a
(group.\272)@t
54.00 542.69 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(80)@t
494.57 542.69 @p
@TR
([80:34])@t
3.02 @a
@TI
(93)@t
54.00 525.19 @p
@TB
(Subclause)@t
3.02 @a
(6.3.1.2)@t
54.00 507.80 @p
@TR
(In)@t
2.98 @a
(item)@t
2.98 @a
(\(1\))@t
2.98 @a
(in)@t
2.98 @a
(the)@t
2.98 @a
(list)@t
2.98 @a
(in)@t
2.98 @a
(clause)@t
2.98 @a
(6.3.1.2,)@t
2.98 @a
(change)@t
2.98 @a
(\252;)@t
2.98 @a
(it\272)@t
2.98 @a
(to)@t
2.98 @a
(\252.)@t
2.98 @a
(It)@t
2.98 @a
(shall)@t
2.98 @a
(not)@t
2.98 @a
(be)@t
2.98 @a
(supplied)@t
2.98 @a
(as)@t
2.98 @a
(an)@t
2.98 @a
(actual)@t
2.98 @a
(argument)@t
2.98 @a
(except)@t
54.00 495.80 @p
(to)@t
3.02 @a
(certain)@t
3.02 @a
(intrinsic)@t
3.02 @a
(inquiry)@t
3.02 @a
(functions.)@t
3.02 @a
(It\272.)@t
54.00 460.90 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(91)@t
494.57 460.90 @p
@TR
([91:41])@t
3.02 @a
@TI
(19)@t
54.00 443.40 @p
@TB
(Subclause)@t
3.02 @a
(7.1.4.1)@t
54.00 426.00 @p
@TR
(In)@t
2.45 @a
(the)@t
2.45 @a
(last)@t
2.45 @a
(line)@t
2.45 @a
(of)@t
2.45 @a
(page)@t
2.45 @a
(91,)@t
2.45 @a
(add)@t
2.45 @a
(\252The)@t
2.45 @a
(optional)@t
2.45 @a
(argument)@t
2.45 @a
(shall)@t
2.45 @a
(also)@t
2.45 @a
(be)@t
2.45 @a
(present)@t
2.45 @a
(if)@t
2.45 @a
(the)@t
2.45 @a
(reference)@t
2.45 @a
(appears)@t
2.45 @a
(as)@t
2.45 @a
(an)@t
2.45 @a
(actual)@t
54.00 414.00 @p
(argument)@t
3.02 @a
(corresponding)@t
3.02 @a
(to)@t
3.02 @a
(a)@t
3.02 @a
(dummy)@t
3.02 @a
(argument)@t
3.02 @a
(with)@t
3.02 @a
(assumed)@t
3.02 @a
(character)@t
3.02 @a
(length.\272.)@t
54.00 379.10 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(94)@t
429.57 379.10 @p
@TR
([94:12,)@t
3.02 @a
(38,)@t
3.02 @a
(40-41])@t
3.02 @a
@TI
(94,)@t
3.02 @a
(90)@t
54.00 361.70 @p
@TB
(Subclause)@t
3.02 @a
(7.1.6.1)@t
54.00 344.20 @p
@TR
(Add)@t
2.52 @a
(to)@t
2.52 @a
(end)@t
2.52 @a
(of)@t
2.52 @a
(list)@t
2.52 @a
(item)@t
2.52 @a
(\(6\))@t
2.52 @a
(\252where)@t
2.52 @a
(the)@t
2.52 @a
(argument)@t
2.52 @a
(is)@t
2.52 @a
(not)@t
2.52 @a
(of)@t
2.52 @a
(type)@t
2.52 @a
(character)@t
2.52 @a
(with)@t
2.52 @a
(a)@t
2.52 @a
(length)@t
2.52 @a
(that)@t
2.52 @a
(is)@t
2.52 @a
(assumed)@t
2.52 @a
(or)@t
2.52 @a
(defined)@t
54.00 332.20 @p
(by)@t
3.02 @a
(an)@t
3.02 @a
(expression)@t
3.02 @a
(that)@t
3.02 @a
(is)@t
3.02 @a
(not)@t
3.02 @a
(an)@t
3.02 @a
(initialization)@t
3.02 @a
(expression,\272.)@t
54.00 314.70 @p
(In)@t
3.73 @a
(the)@t
3.73 @a
(first)@t
3.73 @a
(line)@t
3.73 @a
(of)@t
3.73 @a
(the)@t
3.73 @a
(last)@t
3.73 @a
(paragraph)@t
3.73 @a
(of)@t
3.73 @a
(page)@t
3.73 @a
(94,)@t
3.73 @a
(replace)@t
3.73 @a
(\252for)@t
3.73 @a
(a)@t
3.73 @a
(type)@t
3.73 @a
(parameter\272)@t
3.73 @a
(by)@t
3.73 @a
(\252that)@t
3.73 @a
(depends)@t
3.73 @a
(on)@t
3.73 @a
(a)@t
3.73 @a
(type)@t
54.00 302.70 @p
(parameter\272.)@t
54.00 285.29 @p
(Replace)@t
2.55 @a
(the)@t
2.55 @a
(last)@t
2.55 @a
(sentence)@t
2.55 @a
(of)@t
2.55 @a
(page)@t
2.55 @a
(94)@t
2.55 @a
(by)@t
2.55 @a
(\252The)@t
2.55 @a
(prior)@t
2.55 @a
(specification)@t
2.55 @a
(may)@t
2.55 @a
(be)@t
2.55 @a
(to)@t
2.55 @a
(the)@t
2.55 @a
(left)@t
2.55 @a
(of)@t
2.55 @a
(the)@t
2.55 @a
(inquiry)@t
2.55 @a
(function)@t
2.55 @a
(in)@t
2.55 @a
(the)@t
54.00 273.29 @p
(same)@t
3.02 @a
(statement,)@t
3.02 @a
(but)@t
3.02 @a
(shall)@t
3.02 @a
(not)@t
3.02 @a
(be)@t
3.02 @a
(within)@t
3.02 @a
(the)@t
3.02 @a
(same)@t
3.02 @a
@TI
(entity-decl)@t
@TR
(.\272.)@t
54.00 238.39 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(96)@t
463.12 238.39 @p
@TR
([96:32,)@t
3.02 @a
(34-35])@t
3.02 @a
@TI
(90)@t
54.00 220.89 @p
@TB
(Subclause)@t
3.02 @a
(7.1.6.2)@t
54.00 203.50 @p
@TR
(In)@t
2.57 @a
(the)@t
2.57 @a
(first)@t
2.57 @a
(line)@t
2.57 @a
(of)@t
2.57 @a
(the)@t
2.57 @a
(last)@t
2.57 @a
(paragraph)@t
2.57 @a
(of)@t
2.57 @a
(the)@t
2.57 @a
(subclause,)@t
2.57 @a
(replace)@t
2.57 @a
(\252for)@t
2.57 @a
(a)@t
2.57 @a
(type)@t
2.57 @a
(parameter\272)@t
2.57 @a
(by)@t
2.57 @a
(\252that)@t
2.57 @a
(depends)@t
2.57 @a
(on)@t
2.57 @a
(a)@t
2.57 @a
(type)@t
54.00 191.50 @p
(parameter\272.)@t
54.00 174.00 @p
(Replace)@t
3.32 @a
(the)@t
3.32 @a
(second)@t
3.32 @a
(sentence)@t
3.32 @a
(of)@t
3.32 @a
(the)@t
3.32 @a
(last)@t
3.32 @a
(paragraph)@t
3.32 @a
(of)@t
3.32 @a
(the)@t
3.32 @a
(subclause)@t
3.32 @a
(by)@t
3.32 @a
(\252The)@t
3.32 @a
(prior)@t
3.32 @a
(specification)@t
3.32 @a
(may)@t
3.32 @a
(be)@t
3.32 @a
(to)@t
3.32 @a
(the)@t
54.00 162.00 @p
(left)@t
3.02 @a
(of)@t
3.02 @a
(the)@t
3.02 @a
(inquiry)@t
3.02 @a
(function)@t
3.02 @a
(in)@t
3.02 @a
(the)@t
3.02 @a
(same)@t
3.02 @a
(statement,)@t
3.02 @a
(but)@t
3.02 @a
(shall)@t
3.02 @a
(not)@t
3.02 @a
(be)@t
3.02 @a
(within)@t
3.02 @a
(the)@t
3.02 @a
(same)@t
3.02 @a
@TI
(entity-decl)@t
@TR
(.\272.)@t
54.00 127.09 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(97)@t
474.72 127.09 @p
@TR
([97:1,)@t
3.02 @a
(97:5])@t
3.02 @a
@TI
(86)@t
54.00 109.70 @p
@TB
(Subclause)@t
3.02 @a
(7.1.7)@t
54.00 92.20 @p
@TR
(In)@t
3.02 @a
(the)@t
3.02 @a
(first)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(97,)@t
3.02 @a
(replace)@t
3.02 @a
(\252in)@t
3.02 @a
(an)@t
3.02 @a
(expression\272)@t
3.02 @a
(with)@t
3.02 @a
(\252of)@t
3.02 @a
(an)@t
3.02 @a
(intrinsic)@t
3.02 @a
(operation\272.)@t
54.00 74.70 @p
(In)@t
3.02 @a
(the)@t
3.02 @a
(fifth)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(97,)@t
3.02 @a
(replace)@t
3.02 @a
(\252all)@t
3.02 @a
(of)@t
3.02 @a
(its)@t
3.02 @a
(components\272)@t
3.02 @a
(with)@t
3.02 @a
(\252it\272.)@t
535.50 34.70 @p
@TB
(3)@t
@endpage
%%Page: 4 4
%%BeginPageSetup
/pn 4 def
/ph 841.00 def
/pw 541.00 def
@beginpage
%%EndPageSetup
0.45 @w
54.00 752.50 @p
11 @s
@TB
(ISO/IEC)@t
98.55 752.50 @p
(1539-1:1997/Cor.2:2001)@t
213.72 752.50 @p
(\(E\))@t
479.05 752.50 @p
18 @s
@TB
(DRAFT)@t
54.00 723.70 @p
11 @s
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(113)@t
466.10 723.70 @p
@TR
([113:17,)@t
3.02 @a
(20+])@t
3.02 @a
@TI
(20)@t
54.00 706.00 @p
@TB
(Subclause)@t
3.02 @a
(7.5.3.2)@t
54.00 688.30 @p
@TR
(In)@t
3.18 @a
(the)@t
3.18 @a
(first)@t
3.17 @a
(line)@t
3.18 @a
(of)@t
3.18 @a
(the)@t
3.18 @a
(paragraph)@t
3.17 @a
(following)@t
3.18 @a
(NOTE)@t
3.18 @a
(7.48,)@t
3.18 @a
(delete)@t
3.17 @a
(\252a)@t
3.18 @a
(WHERE)@t
3.18 @a
(statement)@t
3.18 @a
(or\272;)@t
3.17 @a
(after)@t
3.18 @a
(the)@t
3.18 @a
(paragraph,)@t
54.00 676.30 @p
(add)@t
3.02 @a
(the)@t
3.02 @a
(new)@t
3.02 @a
(paragraph:)@t
79.00 658.60 @p
(Upon)@t
4.63 @a
(execution)@t
4.63 @a
(of)@t
4.63 @a
(a)@t
4.63 @a
(WHERE)@t
4.63 @a
(statement)@t
4.63 @a
(that)@t
4.63 @a
(is)@t
4.63 @a
(part)@t
4.63 @a
(of)@t
4.63 @a
(a)@t
4.63 @a
@TI
(where-body-construct)@t
@TR
(,)@t
4.63 @a
(the)@t
4.63 @a
(control)@t
4.63 @a
(mask)@t
4.63 @a
(is)@t
79.00 646.59 @p
(established)@t
3.02 @a
(to)@t
3.02 @a
(have)@t
3.02 @a
(the)@t
3.02 @a
(value)@t
3.02 @a
@TI
(m_c)@t
@TR
(.AND.)@t
@TI
(mask-expr)@t
@TR
(.)@t
3.02 @a
(The)@t
3.02 @a
(pending)@t
3.02 @a
(mask)@t
3.02 @a
(is)@t
3.02 @a
(not)@t
3.02 @a
(altered.)@t
54.00 610.59 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(136)@t
489.07 610.59 @p
@TR
([136:33])@t
3.02 @a
@TI
(24)@t
54.00 592.90 @p
@TB
(Subclause)@t
3.02 @a
(9.2.1.3.1)@t
54.00 575.19 @p
@TR
(At)@t
3.43 @a
(the)@t
3.43 @a
(end)@t
3.43 @a
(of)@t
3.43 @a
(the)@t
3.43 @a
(last)@t
3.43 @a
(paragraph)@t
3.43 @a
(of)@t
3.43 @a
(subclause)@t
3.43 @a
(9.2.1.3.1)@t
3.43 @a
(add)@t
3.43 @a
(\252If)@t
3.43 @a
(a)@t
3.43 @a
(nonadvancing)@t
3.43 @a
(output)@t
3.43 @a
(statement)@t
3.43 @a
(leaves)@t
3.43 @a
(a)@t
3.43 @a
(file)@t
54.00 563.19 @p
(positioned)@t
2.44 @a
(within)@t
2.44 @a
(the)@t
2.44 @a
(current)@t
2.44 @a
(record)@t
2.44 @a
(and)@t
2.44 @a
(no)@t
2.44 @a
(further)@t
2.44 @a
(output)@t
2.44 @a
(statement)@t
2.44 @a
(is)@t
2.44 @a
(executed)@t
2.44 @a
(for)@t
2.44 @a
(the)@t
2.44 @a
(file)@t
2.44 @a
(before)@t
2.44 @a
(it)@t
2.44 @a
(is)@t
2.44 @a
(closed)@t
2.44 @a
(or)@t
54.00 551.19 @p
(a)@t
3.54 @a
(BACKSP)@t
-0.59 @a
(ACE,)@t
3.54 @a
(ENDFILE,)@t
3.54 @a
(or)@t
3.54 @a
(REWIND)@t
3.54 @a
(statement)@t
3.54 @a
(is)@t
3.54 @a
(executed)@t
3.54 @a
(for)@t
3.54 @a
(it,)@t
3.54 @a
(the)@t
3.54 @a
(file)@t
3.54 @a
(is)@t
3.54 @a
(positioned)@t
3.54 @a
(after)@t
3.54 @a
(the)@t
3.54 @a
(current)@t
54.00 539.19 @p
(record)@t
3.02 @a
(before)@t
3.02 @a
(the)@t
3.02 @a
(specified)@t
3.02 @a
(action)@t
3.02 @a
(is)@t
3.02 @a
(performed.\272.)@t
54.00 503.20 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(150)@t
469.13 503.20 @p
@TR
([150:33,36+])@t
3.02 @a
@TI
(66)@t
54.00 485.50 @p
@TB
(Subclause)@t
3.02 @a
(9.4.4)@t
54.00 467.80 @p
@TR
(In)@t
3.02 @a
(list)@t
3.02 @a
(item)@t
3.02 @a
(6,)@t
3.02 @a
(delete)@t
3.02 @a
(\252an)@t
3.02 @a
(error)@t
3.02 @a
(condition,\272)@t
3.02 @a
(and)@t
3.02 @a
(change)@t
3.02 @a
(\252,)@t
3.02 @a
(or\272)@t
3.02 @a
(to)@t
3.02 @a
(\252or\272.)@t
54.00 450.10 @p
(Add)@t
3.02 @a
(the)@t
3.02 @a
(following)@t
3.02 @a
(after)@t
3.02 @a
(list)@t
3.02 @a
(item)@t
3.02 @a
(\(8\):)@t
79.00 432.30 @p
(If)@t
3.15 @a
(an)@t
3.15 @a
(error)@t
3.15 @a
(condition)@t
3.15 @a
(occurs)@t
3.15 @a
(during)@t
3.15 @a
(any)@t
3.15 @a
(of)@t
3.15 @a
(the)@t
3.15 @a
(above)@t
3.15 @a
(operations,)@t
3.15 @a
(execution)@t
3.15 @a
(of)@t
3.15 @a
(the)@t
3.15 @a
(data)@t
3.15 @a
(transfer)@t
3.15 @a
(statement)@t
79.00 420.30 @p
(terminates,)@t
3.41 @a
(any)@t
3.41 @a
(variable)@t
3.41 @a
(specified)@t
3.41 @a
(in)@t
3.41 @a
(an)@t
3.41 @a
(IOST)@t
-1.00 @a
(A)@t
-1.00 @a
(T=)@t
3.41 @a
(specifier)@t
3.41 @a
(becomes)@t
3.41 @a
(defined,)@t
3.41 @a
(and)@t
3.41 @a
(the)@t
3.41 @a
(error)@t
3.41 @a
(condition)@t
3.41 @a
(is)@t
79.00 408.30 @p
(processed)@t
3.02 @a
(as)@t
3.02 @a
(described)@t
3.02 @a
(in)@t
3.02 @a
(9.4.3.)@t
54.00 372.40 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(159)@t
474.40 372.40 @p
@TR
([159:40-41])@t
3.02 @a
@TI
(92)@t
54.00 354.70 @p
@TB
(Subclause)@t
3.02 @a
(9.6.1.22)@t
54.00 336.90 @p
@TR
(Replace)@t
2.66 @a
(the)@t
2.66 @a
(second)@t
2.66 @a
(sentence)@t
2.66 @a
(of)@t
2.66 @a
(the)@t
2.66 @a
(paragraph)@t
2.66 @a
(in)@t
2.66 @a
(section)@t
2.66 @a
(9.6.1.22)@t
2.66 @a
(with)@t
2.66 @a
(the)@t
2.66 @a
(following.)@t
2.66 @a
(\252The)@t
2.66 @a
@TI
(scalar-default-char-)@t
54.00 324.89 @p
(variable)@t
3.14 @a
@TR
(in)@t
3.14 @a
(the)@t
3.14 @a
(P)@t
-0.59 @a
(AD=)@t
3.14 @a
(specifier)@t
3.14 @a
(is)@t
3.14 @a
(assigned)@t
3.14 @a
(the)@t
3.14 @a
(value)@t
3.14 @a
(YES)@t
3.14 @a
(if)@t
3.14 @a
(the)@t
3.14 @a
(connection)@t
3.14 @a
(of)@t
3.14 @a
(the)@t
3.14 @a
(file)@t
3.14 @a
(to)@t
3.14 @a
(the)@t
3.14 @a
(unit)@t
3.14 @a
(included)@t
3.14 @a
(the)@t
54.00 312.89 @p
(P)@t
-0.59 @a
(AD=)@t
3.51 @a
(specifier)@t
3.51 @a
(and)@t
3.51 @a
(its)@t
3.51 @a
(value)@t
3.51 @a
(was)@t
3.51 @a
(YES)@t
3.51 @a
(or)@t
3.51 @a
(if)@t
3.51 @a
(there)@t
3.51 @a
(was)@t
3.51 @a
(no)@t
3.51 @a
(P)@t
-0.59 @a
(AD=)@t
3.51 @a
(specifier.)@t
3.51 @a
(If)@t
3.51 @a
(there)@t
3.51 @a
(is)@t
3.51 @a
(no)@t
3.51 @a
(connection)@t
3.51 @a
(or)@t
3.51 @a
(if)@t
3.51 @a
(the)@t
54.00 300.89 @p
(connection)@t
7.53 @a
(is)@t
7.53 @a
(not)@t
7.53 @a
(for)@t
7.53 @a
(formatted)@t
7.53 @a
(input/output,)@t
7.53 @a
(the)@t
7.53 @a
@TI
(scalar-default-char-variable)@t
7.53 @a
@TR
(is)@t
7.53 @a
(assigned)@t
7.53 @a
(the)@t
7.53 @a
(value)@t
54.00 288.89 @p
(UNDEFINED.\272.)@t
54.00 253.00 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(160)@t
462.76 253.00 @p
@TR
([160:20])@t
3.02 @a
@TI
(F90/209)@t
54.00 235.29 @p
@TB
(Subclause)@t
3.02 @a
(9.7)@t
54.00 217.50 @p
@TR
(After)@t
3.02 @a
(\252statement\272)@t
3.02 @a
(in)@t
3.02 @a
(the)@t
3.02 @a
(second)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(the)@t
3.02 @a
(subclause,)@t
3.02 @a
(insert)@t
3.02 @a
(\252or)@t
3.02 @a
(a)@t
3.02 @a
(STOP)@t
3.02 @a
(statement\272.)@t
54.00 181.59 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(171)@t
489.07 181.59 @p
@TR
([171:23])@t
3.02 @a
@TI
(11)@t
54.00 163.89 @p
@TB
(Subclause)@t
3.02 @a
(10.5.4.1.2)@t
54.00 146.09 @p
@TR
(In)@t
3.02 @a
(the)@t
3.02 @a
(last)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(the)@t
3.02 @a
(table)@t
3.02 @a
(in)@t
3.02 @a
(10.5.4.1.2,)@t
3.02 @a
(change)@t
3.02 @a
(\252.1\272)@t
3.02 @a
(to)@t
3.02 @a
(\252.0\272.)@t
54.00 110.20 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(175)@t
419.95 110.20 @p
@TR
([175:5,)@t
3.02 @a
(175:33+])@t
3.02 @a
@TI
(JP-31,)@t
3.02 @a
(25)@t
54.00 92.50 @p
@TB
(Subclause)@t
3.02 @a
(10.8)@t
54.00 74.70 @p
@TR
(In)@t
3.02 @a
(the)@t
3.02 @a
(fifth)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(175,)@t
3.02 @a
(replace)@t
3.02 @a
(\252constant)@t
3.02 @a
(or\272)@t
3.02 @a
(by)@t
3.02 @a
(\252constant,)@t
3.02 @a
(optionally)@t
3.02 @a
(signed)@t
3.02 @a
(if)@t
3.02 @a
(integer)@t
3.02 @a
(or)@t
3.02 @a
(real,)@t
3.02 @a
(or\272.)@t
54.00 34.70 @p
@TB
(4)@t
@endpage
%%Page: 5 5
%%BeginPageSetup
/pn 5 def
/ph 841.00 def
/pw 541.00 def
@beginpage
%%EndPageSetup
0.45 @w
54.00 751.50 @p
18 @s
@TB
(DRAFT)@t
366.60 751.50 @p
11 @s
@TB
(ISO/IEC)@t
411.15 751.50 @p
(1539-1:1997/Cor.2:2001)@t
526.33 751.50 @p
(\(E\))@t
54.00 723.70 @p
(Subclause)@t
3.02 @a
(10.8.1)@t
54.00 705.40 @p
@TR
(Add)@t
3.02 @a
(the)@t
3.02 @a
(following)@t
3.02 @a
(as)@t
3.02 @a
(a)@t
3.02 @a
(new)@t
3.02 @a
(paragraph,)@t
3.02 @a
(just)@t
3.02 @a
(before)@t
3.02 @a
(NOTE)@t
3.02 @a
(10.26)@t
79.00 687.00 @p
(For)@t
2.55 @a
(the)@t
2.55 @a
@TI
(r*c)@t
2.55 @a
@TR
(form)@t
2.55 @a
(of)@t
2.55 @a
(an)@t
2.55 @a
(input)@t
2.55 @a
(value,)@t
2.55 @a
(the)@t
2.55 @a
(constant)@t
2.55 @a
@TI
(c)@t
2.55 @a
@TR
(is)@t
2.55 @a
(interpreted)@t
2.55 @a
(as)@t
2.55 @a
(a)@t
2.55 @a
(nondelimited)@t
2.55 @a
(character)@t
2.55 @a
(constant)@t
2.55 @a
(if)@t
2.55 @a
(the)@t
79.00 675.00 @p
(first)@t
4.68 @a
(list)@t
4.68 @a
(item)@t
4.68 @a
(corresponding)@t
4.68 @a
(to)@t
4.68 @a
(this)@t
4.68 @a
(value)@t
4.68 @a
(is)@t
4.68 @a
(of)@t
4.68 @a
(type)@t
4.68 @a
(default)@t
4.68 @a
(character,)@t
4.68 @a
(there)@t
4.68 @a
(is)@t
4.68 @a
(a)@t
4.68 @a
(nonblank)@t
4.68 @a
(character)@t
79.00 663.00 @p
(immediately)@t
5.12 @a
(after)@t
5.12 @a
@TI
(r*)@t
@TR
(,)@t
5.12 @a
(and)@t
5.12 @a
(that)@t
5.12 @a
(character)@t
5.12 @a
(is)@t
5.12 @a
(not)@t
5.12 @a
(an)@t
5.12 @a
(apostrophe)@t
5.12 @a
(or)@t
5.12 @a
(a)@t
5.12 @a
(quotation)@t
5.12 @a
(mark;)@t
5.12 @a
(otherwise,)@t
5.12 @a
@TI
(c)@t
5.12 @a
@TR
(is)@t
79.00 651.00 @p
(interpreted)@t
3.02 @a
(as)@t
3.02 @a
(a)@t
3.02 @a
(literal)@t
3.02 @a
(constant.)@t
54.00 612.30 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(178)@t
473.76 612.30 @p
@TR
([178:40])@t
3.02 @a
@TI
(JP-31)@t
54.00 593.90 @p
@TB
(Subclause)@t
3.02 @a
(10.9)@t
54.00 575.59 @p
@TR
(In)@t
3.66 @a
(the)@t
3.65 @a
(fifth)@t
3.66 @a
(line)@t
3.65 @a
(of)@t
3.66 @a
(the)@t
3.65 @a
(paragraph)@t
3.66 @a
(that)@t
3.65 @a
(starts)@t
3.66 @a
(\252Each)@t
3.65 @a
(value)@t
3.66 @a
(is\272,)@t
3.65 @a
(replace)@t
3.66 @a
(\252constant)@t
3.65 @a
(and\272)@t
3.66 @a
(by)@t
3.65 @a
(\252constant,)@t
3.66 @a
(optionally)@t
54.00 563.59 @p
(signed)@t
3.02 @a
(if)@t
3.02 @a
(integer)@t
3.02 @a
(or)@t
3.02 @a
(real,)@t
3.02 @a
(and\272.)@t
54.00 524.90 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(179)@t
474.40 524.90 @p
@TR
([179:32-33])@t
3.02 @a
@TI
(10)@t
54.00 506.50 @p
@TB
(Subclause)@t
3.02 @a
(10.9.1.1)@t
54.00 488.10 @p
@TR
(Replace)@t
5.15 @a
(the)@t
5.15 @a
(last)@t
5.15 @a
(sentence)@t
5.15 @a
(of)@t
5.15 @a
(subclause)@t
5.15 @a
(10.9.1.1)@t
5.15 @a
(by)@t
5.15 @a
(\252In)@t
5.15 @a
(the)@t
5.15 @a
(input)@t
5.15 @a
(record,)@t
5.15 @a
(each)@t
5.15 @a
(object)@t
5.15 @a
(name)@t
5.15 @a
(or)@t
5.15 @a
(subobject)@t
54.00 476.10 @p
(designator)@t
4.16 @a
(may)@t
4.16 @a
(be)@t
4.16 @a
(preceded)@t
4.16 @a
(and)@t
4.16 @a
(followed)@t
4.16 @a
(by)@t
4.16 @a
(one)@t
4.16 @a
(or)@t
4.16 @a
(more)@t
4.16 @a
(optional)@t
4.16 @a
(blanks)@t
4.16 @a
(but)@t
4.16 @a
(shall)@t
4.16 @a
(not)@t
4.16 @a
(contain)@t
4.16 @a
(embedded)@t
54.00 464.10 @p
(blanks.\272.)@t
54.00 425.50 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(194)@t
380.30 425.50 @p
@TR
([194:19-20,)@t
3.02 @a
(194:21-23])@t
3.02 @a
@TI
(21,)@t
3.02 @a
(F90/211)@t
54.00 407.10 @p
@TB
(Subclause)@t
3.02 @a
(12.3.2.1)@t
54.00 388.70 @p
@TR
(In)@t
5.97 @a
(the)@t
5.97 @a
(fourth)@t
5.97 @a
(constraint)@t
5.97 @a
(following)@t
5.97 @a
(R1207)@t
5.97 @a
(delete)@t
5.97 @a
(\252and,)@t
5.97 @a
(if)@t
5.97 @a
(included,)@t
5.97 @a
(...)@t
5.97 @a
@TI
(interface-stmt)@t
@TR
(\272)@t
5.97 @a
(and)@t
5.97 @a
(add:)@t
5.97 @a
(\252If)@t
5.97 @a
(the)@t
54.00 376.70 @p
@TI
(end-interface-stmt)@t
5.33 @a
@TR
(includes)@t
5.33 @a
@TI
(generic-name)@t
@TR
(,)@t
5.33 @a
(the)@t
5.33 @a
@TI
(interface-stmt)@t
5.33 @a
@TR
(shall)@t
5.33 @a
(specify)@t
5.33 @a
(the)@t
5.33 @a
(same)@t
5.33 @a
@TI
(generic-name)@t
@TR
(.)@t
5.33 @a
(If)@t
5.33 @a
(the)@t
54.00 364.70 @p
@TI
(end-interface-stmt)@t
5.25 @a
@TR
(includes)@t
5.25 @a
(ASSIGNMENT\(=\),)@t
5.25 @a
(the)@t
5.25 @a
@TI
(interface-stmt)@t
5.25 @a
@TR
(shall)@t
5.25 @a
(specify)@t
5.25 @a
(ASSIGNMENT\(=\).)@t
5.25 @a
(If)@t
5.25 @a
(the)@t
54.00 352.70 @p
@TI
(end-interface-stmt)@t
8.05 @a
@TR
(includes)@t
8.05 @a
(OPERA)@t
-1.00 @a
(TOR\()@t
@TI
(defined-operator)@t
@TR
(\),)@t
8.05 @a
(the)@t
8.05 @a
@TI
(interface-stmt)@t
8.05 @a
@TR
(shall)@t
8.05 @a
(specify)@t
8.05 @a
(the)@t
8.05 @a
(same)@t
54.00 340.70 @p
@TI
(defined-operator)@t
@TR
(.)@t
3.32 @a
(If)@t
3.32 @a
(one)@t
3.32 @a
@TI
(defined-operator)@t
3.32 @a
@TR
(is)@t
3.32 @a
(.L)@t
-1.00 @a
(T.,)@t
3.32 @a
(.LE.,)@t
3.32 @a
(.GT.,)@t
3.32 @a
(.GE.,)@t
3.32 @a
(.EQ.,)@t
3.32 @a
(or)@t
3.32 @a
(.NE.,)@t
3.32 @a
(the)@t
3.32 @a
(other)@t
3.32 @a
(is)@t
3.32 @a
(permitted)@t
3.32 @a
(to)@t
3.32 @a
(be)@t
54.00 328.70 @p
(the)@t
3.02 @a
(corresponding)@t
3.02 @a
(operator)@t
3.02 @a
(<,)@t
3.02 @a
(<=,)@t
3.02 @a
(>,)@t
3.02 @a
(>=,)@t
3.02 @a
(==,)@t
3.02 @a
(or)@t
3.02 @a
(/=.\272.)@t
54.00 310.29 @p
(Replace)@t
3.02 @a
(the)@t
3.02 @a
(fifth)@t
3.02 @a
(constraint)@t
3.02 @a
(following)@t
3.02 @a
(R1207)@t
3.02 @a
(with)@t
79.00 292.00 @p
(Constraint:)@t
2.79 @a
(A)@t
2.79 @a
@TI
(procedure-name)@t
2.79 @a
@TR
(in)@t
2.79 @a
(a)@t
2.79 @a
@TI
(module-procedure-stmt)@t
2.79 @a
@TR
(shall)@t
2.79 @a
(not)@t
2.79 @a
(specify)@t
2.79 @a
(a)@t
2.79 @a
(procedure)@t
2.79 @a
(that)@t
2.79 @a
(is)@t
2.79 @a
(specified)@t
113.00 280.00 @p
(previously)@t
2.78 @a
(in)@t
2.78 @a
(any)@t
2.78 @a
@TI
(module-procedure-stmt)@t
2.78 @a
@TR
(in)@t
2.78 @a
(any)@t
2.78 @a
(accessible)@t
2.78 @a
(interface)@t
2.78 @a
(block)@t
2.78 @a
(with)@t
2.78 @a
(the)@t
2.78 @a
(same)@t
2.78 @a
(generic)@t
113.00 268.00 @p
(identifier.)@t
54.00 229.29 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(197)@t
462.76 229.29 @p
@TR
([197:17])@t
3.02 @a
@TI
(F90/205)@t
54.00 210.89 @p
@TB
(Subclause)@t
3.02 @a
(12.3.2.2)@t
54.00 192.50 @p
@TR
(Add)@t
2.93 @a
(at)@t
2.93 @a
(the)@t
2.93 @a
(end)@t
2.93 @a
(of)@t
2.93 @a
(the)@t
2.93 @a
(first)@t
2.93 @a
(paragraph)@t
2.93 @a
(after)@t
2.93 @a
(R1208)@t
2.93 @a
(\252In)@t
2.93 @a
(an)@t
2.93 @a
(external)@t
2.93 @a
(subprogram,)@t
2.93 @a
(an)@t
2.93 @a
(EXTERNAL)@t
2.93 @a
(statement)@t
2.93 @a
(shall)@t
54.00 180.50 @p
(not)@t
3.02 @a
(specify)@t
3.02 @a
(the)@t
3.02 @a
(name)@t
3.02 @a
(of)@t
3.02 @a
(a)@t
3.02 @a
(procedure)@t
3.02 @a
(defined)@t
3.02 @a
(by)@t
3.02 @a
(the)@t
3.02 @a
(subprogram.\272.)@t
54.00 141.89 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(198)@t
485.40 141.89 @p
@TR
([198:7-9])@t
3.02 @a
@TI
(88)@t
54.00 123.50 @p
@TB
(Subclause)@t
3.02 @a
(12.3.2.3)@t
54.00 105.09 @p
@TR
(Replace)@t
3.02 @a
(lines)@t
3.02 @a
(7-9)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(198)@t
3.02 @a
(by)@t
79.00 86.70 @p
(If)@t
2.65 @a
(a)@t
2.65 @a
(specific)@t
2.65 @a
(intrinsic)@t
2.65 @a
(function)@t
2.65 @a
(\(13.13\))@t
2.65 @a
(is)@t
2.65 @a
(used)@t
2.65 @a
(as)@t
2.65 @a
(an)@t
2.65 @a
(actual)@t
2.65 @a
(argument,)@t
2.65 @a
(it)@t
2.65 @a
(shall)@t
2.65 @a
(have)@t
2.65 @a
(been)@t
2.65 @a
(explicitly)@t
2.65 @a
(declared)@t
79.00 74.70 @p
(to)@t
3.02 @a
(have)@t
3.02 @a
(the)@t
3.02 @a
(INTRINSIC)@t
3.02 @a
(attribute.)@t
535.50 34.70 @p
@TB
(5)@t
@endpage
%%Page: 6 6
%%BeginPageSetup
/pn 6 def
/ph 841.00 def
/pw 541.00 def
@beginpage
%%EndPageSetup
0.45 @w
54.00 752.50 @p
11 @s
@TB
(ISO/IEC)@t
98.55 752.50 @p
(1539-1:1997/Cor.2:2001)@t
213.72 752.50 @p
(\(E\))@t
479.05 752.50 @p
18 @s
@TB
(DRAFT)@t
54.00 723.70 @p
11 @s
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(202)@t
474.40 723.70 @p
@TR
([202:43-45])@t
3.02 @a
@TI
(91)@t
54.00 706.20 @p
@TB
(Subclause)@t
3.02 @a
(12.4.1.5)@t
54.00 688.60 @p
@TR
(Replace)@t
3.02 @a
(the)@t
3.02 @a
(first)@t
3.02 @a
(sentence)@t
3.02 @a
(of)@t
3.02 @a
(12.4.1.5)@t
3.02 @a
(by)@t
79.00 671.00 @p
(A)@t
3.91 @a
(dummy)@t
3.91 @a
(argument)@t
3.91 @a
(or)@t
3.91 @a
(an)@t
3.91 @a
(entity)@t
3.91 @a
(that)@t
3.91 @a
(is)@t
3.91 @a
(host)@t
3.91 @a
(associated)@t
3.91 @a
(with)@t
3.91 @a
(a)@t
3.91 @a
(dummy)@t
3.91 @a
(argument)@t
3.91 @a
(is)@t
3.91 @a
(not)@t
3.91 @a
@TB
(present)@t
3.91 @a
@TR
(if)@t
3.91 @a
(the)@t
79.00 659.00 @p
(dummy)@t
3.02 @a
(argument)@t
94.66 641.40 @p
(\(1\))@t
5.50 @a
113.00 641.40 @p
(is)@t
3.02 @a
(not)@t
3.02 @a
(associated)@t
3.02 @a
(with)@t
3.02 @a
(an)@t
3.02 @a
(actual)@t
3.02 @a
(argument,)@t
3.02 @a
(or)@t
94.66 629.40 @p
(\(2\))@t
5.50 @a
113.00 629.40 @p
(is)@t
3.02 @a
(associated)@t
3.02 @a
(with)@t
3.02 @a
(an)@t
3.02 @a
(actual)@t
3.02 @a
(argument)@t
3.02 @a
(that)@t
3.02 @a
(is)@t
3.02 @a
(not)@t
3.02 @a
(present.)@t
79.00 611.80 @p
(Otherwise,)@t
3.02 @a
(it)@t
3.02 @a
(is)@t
3.02 @a
(present.)@t
54.00 576.40 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(206)@t
479.90 576.40 @p
@TR
([206:7-10])@t
3.02 @a
@TI
(18)@t
54.00 558.80 @p
@TB
(Subclause)@t
3.02 @a
(12.4.3)@t
54.00 541.19 @p
@TR
(Replace)@t
5.17 @a
(the)@t
5.17 @a
(final)@t
5.17 @a
(sentence)@t
5.17 @a
(of)@t
5.17 @a
(subclause)@t
5.17 @a
(12.4.3)@t
5.17 @a
(by)@t
5.17 @a
(\252A)@t
5.17 @a
(reference)@t
5.17 @a
(to)@t
5.17 @a
(an)@t
5.17 @a
(elemental)@t
5.17 @a
(subroutine)@t
5.17 @a
(\(12.7\))@t
5.17 @a
(is)@t
5.17 @a
(an)@t
54.00 529.19 @p
(elemental)@t
6.72 @a
(reference)@t
6.72 @a
(if)@t
6.72 @a
(there)@t
6.72 @a
(is)@t
6.72 @a
(at)@t
6.72 @a
(least)@t
6.72 @a
(one)@t
6.72 @a
(actual)@t
6.72 @a
(argument)@t
6.72 @a
(corresponding)@t
6.72 @a
(to)@t
6.72 @a
(an)@t
6.72 @a
(INTENT\(OUT\))@t
6.72 @a
(or)@t
54.00 517.19 @p
(INTENT\(INOUT\))@t
5.26 @a
(dummy)@t
5.26 @a
(argument,)@t
5.26 @a
(all)@t
5.26 @a
(such)@t
5.26 @a
(actual)@t
5.26 @a
(arguments)@t
5.26 @a
(are)@t
5.26 @a
(arrays,)@t
5.26 @a
(and)@t
5.26 @a
(all)@t
5.26 @a
(actual)@t
5.26 @a
(arguments)@t
5.26 @a
(are)@t
54.00 505.20 @p
(conformable.\272.)@t
54.00 469.80 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(207)@t
480.82 469.80 @p
@TR
([207:8,32])@t
3.02 @a
@TI
(95)@t
54.00 452.20 @p
@TB
(Subclause)@t
3.02 @a
(12.5.2.2)@t
54.00 434.60 @p
@TR
(Before)@t
4.47 @a
(\252.\272)@t
4.47 @a
(in)@t
4.47 @a
(the)@t
4.47 @a
(first)@t
4.47 @a
(constraint)@t
4.47 @a
(after)@t
4.47 @a
(R1220,)@t
4.47 @a
(insert)@t
4.47 @a
(\252and)@t
4.47 @a
(shall)@t
4.47 @a
(not)@t
4.47 @a
(be)@t
4.47 @a
(the)@t
4.47 @a
(same)@t
4.47 @a
(as)@t
4.47 @a
(the)@t
4.47 @a
@TI
(entry-name)@t
4.47 @a
@TR
(in)@t
4.47 @a
(any)@t
54.00 422.60 @p
(ENTRY)@t
3.02 @a
(statement)@t
3.02 @a
(in)@t
3.02 @a
(the)@t
3.02 @a
(subprogram\272.)@t
54.00 405.00 @p
(In)@t
3.03 @a
(the)@t
3.03 @a
(third)@t
3.03 @a
(line)@t
3.03 @a
(of)@t
3.03 @a
(the)@t
3.03 @a
(final)@t
3.03 @a
(paragraph)@t
3.03 @a
(of)@t
3.03 @a
(page)@t
3.03 @a
(207,)@t
3.03 @a
(change)@t
3.03 @a
(\252are)@t
3.03 @a
(recursive)@t
3.03 @a
(function)@t
3.03 @a
(references\272)@t
3.03 @a
(to)@t
3.03 @a
(\252refer)@t
3.03 @a
(to)@t
3.03 @a
(the)@t
54.00 393.00 @p
(function)@t
3.02 @a
(itself\272.)@t
54.00 357.70 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(209)@t
489.07 357.70 @p
@TR
([209:35])@t
3.02 @a
@TI
(95)@t
54.00 340.10 @p
@TB
(Subclause)@t
3.02 @a
(12.5.2.5)@t
54.00 322.50 @p
@TR
(In)@t
3.52 @a
(the)@t
3.52 @a
(last)@t
3.52 @a
(constraint)@t
3.52 @a
(after)@t
3.52 @a
(R1225,)@t
3.52 @a
(Change)@t
3.52 @a
(\252)@t
@TI
(entry-name)@t
@TR
(\272)@t
3.52 @a
(to)@t
3.52 @a
(\252the)@t
3.52 @a
@TI
(function-name)@t
3.52 @a
@TR
(in)@t
3.52 @a
(the)@t
3.52 @a
(FUNCTION)@t
3.52 @a
(statement)@t
54.00 310.50 @p
(and)@t
3.02 @a
(shall)@t
3.02 @a
(not)@t
3.02 @a
(be)@t
3.02 @a
(the)@t
3.02 @a
(same)@t
3.02 @a
(as)@t
3.02 @a
(the)@t
3.02 @a
@TI
(entry-name)@t
3.02 @a
@TR
(in)@t
3.02 @a
(any)@t
3.02 @a
(ENTRY)@t
3.02 @a
(statement)@t
3.02 @a
(in)@t
3.02 @a
(the)@t
3.02 @a
(subprogram.\272)@t
54.00 275.09 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(212)@t
489.07 275.09 @p
@TR
([212:44])@t
3.02 @a
@TI
(75)@t
54.00 257.50 @p
@TB
(Subclause)@t
3.02 @a
(12.6)@t
54.00 239.89 @p
@TR
(On)@t
3.02 @a
(the)@t
3.02 @a
(penultimate)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(212,)@t
3.02 @a
(change)@t
3.02 @a
(\252)@t
@TI
(assignment-stmt)@t
@TR
(\272)@t
3.02 @a
(to)@t
3.02 @a
(\252intrinsic)@t
3.02 @a
(assignment)@t
3.02 @a
(statement\272.)@t
54.00 204.50 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(214)@t
489.07 204.50 @p
@TR
([214:28])@t
3.02 @a
@TI
(18)@t
54.00 186.89 @p
@TB
(Subclause)@t
3.02 @a
(12.7.2)@t
54.00 169.29 @p
@TR
(In)@t
3.02 @a
(line)@t
3.02 @a
(2)@t
3.02 @a
(of)@t
3.02 @a
(subclause)@t
3.02 @a
(12.7.2,)@t
3.02 @a
(after)@t
3.02 @a
(\252If\272)@t
3.02 @a
(insert)@t
3.02 @a
(\252there)@t
3.02 @a
(are)@t
3.02 @a
(no)@t
3.02 @a
(actual)@t
3.02 @a
(arguments)@t
3.02 @a
(or\272.)@t
54.00 133.89 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(215)@t
468.26 133.89 @p
@TR
([215:4])@t
3.02 @a
@TI
(F90/204)@t
54.00 116.29 @p
@TB
(Subclause)@t
3.02 @a
(12.7.3)@t
54.00 98.70 @p
@TR
(In)@t
3.08 @a
(the)@t
3.08 @a
(second)@t
3.08 @a
(line)@t
3.08 @a
(of)@t
3.08 @a
(the)@t
3.08 @a
(final)@t
3.08 @a
(paragraph)@t
3.08 @a
(of)@t
3.08 @a
(subclause)@t
3.08 @a
(12.7.3,)@t
3.08 @a
(after)@t
3.08 @a
(\252may)@t
3.08 @a
(be)@t
3.08 @a
(the)@t
3.08 @a
(same)@t
3.08 @a
(variable\272,)@t
3.08 @a
(add)@t
3.08 @a
(\252and)@t
3.08 @a
(may)@t
54.00 86.70 @p
(be)@t
6.53 @a
(associated)@t
6.53 @a
(scalar)@t
6.53 @a
(variables)@t
6.53 @a
(or)@t
6.53 @a
(associated)@t
6.53 @a
(array)@t
6.53 @a
(variables)@t
6.53 @a
(all)@t
6.53 @a
(of)@t
6.53 @a
(whose)@t
6.53 @a
(corresponding)@t
6.53 @a
(elements)@t
6.53 @a
(are)@t
54.00 74.70 @p
(associated\272.)@t
54.00 34.70 @p
@TB
(6)@t
@endpage
%%Page: 7 7
%%BeginPageSetup
/pn 7 def
/ph 841.00 def
/pw 541.00 def
@beginpage
%%EndPageSetup
0.45 @w
54.00 751.50 @p
18 @s
@TB
(DRAFT)@t
366.60 751.50 @p
11 @s
@TB
(ISO/IEC)@t
411.15 751.50 @p
(1539-1:1997/Cor.2:2001)@t
526.33 751.50 @p
(\(E\))@t
54.00 723.70 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(219)@t
488.38 723.70 @p
@TR
([219:28+])@t
3.02 @a
@TI
(9)@t
54.00 706.10 @p
@TB
(Subclause)@t
3.02 @a
(13.6)@t
54.00 688.50 @p
@TR
(Add)@t
2.46 @a
(new)@t
2.46 @a
(sentence)@t
2.46 @a
(to)@t
2.46 @a
(the)@t
2.46 @a
(end)@t
2.46 @a
(of)@t
2.46 @a
(the)@t
2.46 @a
(paragraph:)@t
2.46 @a
(\252If)@t
2.46 @a
(the)@t
2.46 @a
(MOLD)@t
2.46 @a
(argument)@t
2.46 @a
(to)@t
2.46 @a
(this)@t
2.46 @a
(function)@t
2.46 @a
(is)@t
2.46 @a
(a)@t
2.46 @a
(variable,)@t
2.46 @a
(it)@t
2.46 @a
(need)@t
2.46 @a
(not)@t
54.00 676.50 @p
(be)@t
3.02 @a
(defined.\272)@t
54.00 640.90 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(231)@t
474.40 640.90 @p
@TR
([231:16-17])@t
3.02 @a
@TI
(12)@t
54.00 623.30 @p
@TB
(Subclause)@t
3.02 @a
(13.14.10)@t
54.00 605.70 @p
@TR
(In)@t
3.02 @a
(subclause)@t
3.02 @a
(13.14.10,)@t
3.02 @a
(replace)@t
3.02 @a
(the)@t
3.02 @a
@TB
(Result)@t
3.02 @a
(V)@t
-0.59 @a
(alue)@t
3.02 @a
@TR
(paragraph)@t
3.02 @a
(by)@t
79.00 588.00 @p
@TB
(Result)@t
2.86 @a
(V)@t
-0.59 @a
(alue.)@t
2.86 @a
@TR
(The)@t
2.86 @a
(result)@t
2.86 @a
(is)@t
2.86 @a
(the)@t
2.86 @a
(integer)@t
2.86 @a
(nearest)@t
2.86 @a
(A,)@t
2.86 @a
(or)@t
2.86 @a
(if)@t
2.86 @a
(there)@t
2.86 @a
(are)@t
2.86 @a
(two)@t
2.86 @a
(integers)@t
2.86 @a
(equally)@t
2.86 @a
(near)@t
2.86 @a
(A,)@t
2.86 @a
(the)@t
2.86 @a
(result)@t
2.86 @a
(is)@t
79.00 576.00 @p
(whichever)@t
3.02 @a
(such)@t
3.02 @a
(integer)@t
3.02 @a
(has)@t
3.02 @a
(the)@t
3.02 @a
(greater)@t
3.02 @a
(magnitude.)@t
54.00 540.50 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(257)@t
440.85 540.50 @p
@TR
([257:30,)@t
3.02 @a
(32-33,)@t
3.02 @a
(41])@t
3.02 @a
@TI
(87)@t
54.00 522.80 @p
@TB
(Subclause)@t
3.02 @a
(13.14.73)@t
54.00 505.20 @p
@TR
(Append)@t
3.02 @a
(to)@t
3.02 @a
(line)@t
3.02 @a
(5)@t
3.02 @a
(of)@t
3.02 @a
(13.14.73)@t
3.02 @a
(\252P)@t
3.02 @a
(shall)@t
3.02 @a
(not)@t
3.02 @a
(be)@t
3.02 @a
(zero.\272.)@t
54.00 487.60 @p
(In)@t
3.02 @a
(line)@t
3.02 @a
(7)@t
3.02 @a
(of)@t
3.02 @a
(13.14.73,)@t
3.02 @a
(change)@t
3.02 @a
(\252If)@t
3.02 @a
(P)@t
3.02 @a
@SY
(\271)@t
3.02 @a
@TR
(0,)@t
3.02 @a
(the\272)@t
3.02 @a
(to)@t
3.02 @a
(\252The\272.)@t
54.00 469.90 @p
(In)@t
3.02 @a
(lines)@t
3.02 @a
(7-8)@t
3.02 @a
(of)@t
3.02 @a
(13.14.73,)@t
3.02 @a
(delete)@t
3.02 @a
(\252If)@t
3.02 @a
(P)@t
3.02 @a
(=)@t
3.02 @a
(0,)@t
3.02 @a
(the)@t
3.02 @a
(result)@t
3.02 @a
(is)@t
3.02 @a
(processor)@t
3.02 @a
(dependent.\272.)@t
54.00 452.30 @p
@TB
(Subclause)@t
3.02 @a
(13.14.74)@t
54.00 434.70 @p
@TR
(Append)@t
3.02 @a
(to)@t
3.02 @a
(line)@t
3.02 @a
(5)@t
3.02 @a
(of)@t
3.02 @a
(13.14.74)@t
3.02 @a
(\252P)@t
3.02 @a
(shall)@t
3.02 @a
(not)@t
3.02 @a
(be)@t
3.02 @a
(zero.\272.)@t
54.00 399.10 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(258)@t
402.99 399.10 @p
@TR
([258:2,)@t
3.02 @a
(4,)@t
3.02 @a
(5-6,)@t
3.02 @a
(21])@t
3.02 @a
@TI
(87,)@t
3.02 @a
(F90/204)@t
54.00 381.50 @p
@TB
(Subclause)@t
3.02 @a
(13.14.74)@t
54.00 363.80 @p
@TR
(In)@t
3.02 @a
(line)@t
3.02 @a
(2)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(258,)@t
3.02 @a
(change)@t
3.02 @a
(\252If)@t
3.02 @a
(P)@t
3.02 @a
@SY
(\271)@t
3.02 @a
@TR
(0,\272)@t
3.02 @a
(to)@t
3.02 @a
(\252The\272.)@t
54.00 346.20 @p
(In)@t
3.02 @a
(line)@t
3.02 @a
(4)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(258,)@t
3.02 @a
(delete)@t
3.02 @a
(\252If)@t
3.02 @a
(P)@t
3.02 @a
(=)@t
3.02 @a
(0,)@t
3.02 @a
(the)@t
3.02 @a
(result)@t
3.02 @a
(is)@t
3.02 @a
(processor)@t
3.02 @a
(dependent.\272.)@t
54.00 328.59 @p
(In)@t
3.02 @a
(line)@t
3.02 @a
(5)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(258,)@t
3.02 @a
(change)@t
3.02 @a
(\252If)@t
3.02 @a
(P)@t
3.02 @a
@SY
(\271)@t
3.02 @a
@TR
(0,)@t
3.02 @a
(the\272)@t
3.02 @a
(to)@t
3.02 @a
(\252The\272.)@t
54.00 310.89 @p
(In)@t
3.02 @a
(lines)@t
3.02 @a
(5-6)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(258,)@t
3.02 @a
(delete)@t
3.02 @a
(\252If)@t
3.02 @a
(P)@t
3.02 @a
(=)@t
3.02 @a
(0,)@t
3.02 @a
(the)@t
3.02 @a
(result)@t
3.02 @a
(is)@t
3.02 @a
(processor)@t
3.02 @a
(dependent.\272.)@t
54.00 293.29 @p
@TB
(Subclause)@t
3.02 @a
(13.14.75)@t
54.00 275.70 @p
@TR
(In)@t
3.74 @a
(the)@t
3.74 @a
(second)@t
3.74 @a
(line)@t
3.74 @a
(of)@t
3.74 @a
(the)@t
3.74 @a
(paragraph)@t
3.74 @a
(that)@t
3.74 @a
(defines)@t
3.74 @a
(the)@t
3.74 @a
(effect)@t
3.74 @a
(of)@t
3.74 @a
(TO,)@t
3.74 @a
(change)@t
3.74 @a
(\252and)@t
3.74 @a
(may)@t
3.74 @a
(be)@t
3.74 @a
(the)@t
3.74 @a
(same)@t
3.74 @a
(variable)@t
3.74 @a
(as)@t
54.00 263.70 @p
(FROM\272)@t
3.02 @a
(to)@t
3.02 @a
(\252and)@t
3.02 @a
(may)@t
3.02 @a
(be)@t
3.02 @a
(associated)@t
3.02 @a
(with)@t
3.02 @a
(FROM)@t
3.02 @a
(\(12.7.3\)\272.)@t
54.00 228.09 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(259)@t
479.90 228.09 @p
@TR
([259:9-10])@t
3.02 @a
@TI
(12)@t
54.00 210.50 @p
@TB
(Subclause)@t
3.02 @a
(13.14.77)@t
54.00 192.79 @p
@TR
(In)@t
3.02 @a
(subclause)@t
3.02 @a
(13.14.77,)@t
3.02 @a
(replace)@t
3.02 @a
(the)@t
3.02 @a
@TB
(Result)@t
3.02 @a
(V)@t
-0.59 @a
(alue)@t
3.02 @a
@TR
(paragraph)@t
3.02 @a
(by)@t
79.00 175.20 @p
@TB
(Result)@t
2.86 @a
(V)@t
-0.59 @a
(alue.)@t
2.86 @a
@TR
(The)@t
2.86 @a
(result)@t
2.86 @a
(is)@t
2.86 @a
(the)@t
2.86 @a
(integer)@t
2.86 @a
(nearest)@t
2.86 @a
(A,)@t
2.86 @a
(or)@t
2.86 @a
(if)@t
2.86 @a
(there)@t
2.86 @a
(are)@t
2.86 @a
(two)@t
2.86 @a
(integers)@t
2.86 @a
(equally)@t
2.86 @a
(near)@t
2.86 @a
(A,)@t
2.86 @a
(the)@t
2.86 @a
(result)@t
2.86 @a
(is)@t
79.00 163.20 @p
(whichever)@t
3.02 @a
(such)@t
3.02 @a
(integer)@t
3.02 @a
(has)@t
3.02 @a
(the)@t
3.02 @a
(greater)@t
3.02 @a
(magnitude.)@t
54.00 127.70 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(272)@t
477.79 127.70 @p
@TR
([272:4,)@t
3.02 @a
(17])@t
3.02 @a
@TI
(32)@t
54.00 110.00 @p
@TB
(Subclause)@t
3.02 @a
(13.14.110)@t
54.00 92.39 @p
@TR
(On)@t
3.02 @a
(line)@t
3.02 @a
(4)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(272,)@t
3.02 @a
(change)@t
3.02 @a
(\252undefined\272)@t
3.02 @a
(to)@t
3.02 @a
(\252processor)@t
3.02 @a
(dependent\272.)@t
54.00 74.70 @p
(On)@t
3.02 @a
(line)@t
3.02 @a
(17)@t
3.02 @a
(of)@t
3.02 @a
(page)@t
3.02 @a
(272,)@t
3.02 @a
(change)@t
3.02 @a
(\252undefined\272)@t
3.02 @a
(to)@t
3.02 @a
(\252processor)@t
3.02 @a
(dependent\272.)@t
535.50 34.70 @p
@TB
(7)@t
@endpage
%%Page: 8 8
%%BeginPageSetup
/pn 8 def
/ph 841.00 def
/pw 541.00 def
@beginpage
%%EndPageSetup
0.45 @w
54.00 752.50 @p
11 @s
@TB
(ISO/IEC)@t
98.55 752.50 @p
(1539-1:1997/Cor.2:2001)@t
213.72 752.50 @p
(\(E\))@t
479.05 752.50 @p
18 @s
@TB
(DRAFT)@t
54.00 723.70 @p
11 @s
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(280)@t
474.40 723.70 @p
@TR
([280:25-26])@t
3.02 @a
@TI
(85)@t
54.00 706.20 @p
@TB
(Subclause)@t
3.02 @a
(14.1.2.5)@t
54.00 688.70 @p
@TR
(In)@t
3.36 @a
(lines)@t
3.36 @a
(2-3)@t
3.36 @a
(of)@t
3.36 @a
(14.1.2.5,)@t
3.36 @a
(replace)@t
3.36 @a
(\252the)@t
3.36 @a
(type)@t
3.36 @a
(is)@t
3.36 @a
(accessible)@t
3.36 @a
(...)@t
3.36 @a
(14.6.1.3\)\272)@t
3.36 @a
(by)@t
3.36 @a
(\252an)@t
3.36 @a
(entity)@t
3.36 @a
(of)@t
3.36 @a
(the)@t
3.36 @a
(type)@t
3.36 @a
(is)@t
3.36 @a
(accessible)@t
3.36 @a
(in)@t
54.00 676.70 @p
(another)@t
3.02 @a
(scoping)@t
3.02 @a
(unit\272.)@t
54.00 641.70 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(288)@t
474.40 641.70 @p
@TR
([288:17-19])@t
3.02 @a
@TI
(81)@t
54.00 624.20 @p
@TB
(Subclause)@t
3.02 @a
(14.7.1)@t
54.00 606.70 @p
@TR
(Replace)@t
3.02 @a
(item)@t
3.02 @a
(\(1\))@t
3.02 @a
(with)@t
94.66 589.20 @p
(\(1\))@t
5.50 @a
113.00 589.20 @p
(An)@t
3.02 @a
(array)@t
3.02 @a
(is)@t
3.02 @a
(defined)@t
3.02 @a
(if)@t
3.02 @a
(and)@t
3.02 @a
(only)@t
3.02 @a
(if)@t
3.02 @a
(all)@t
3.02 @a
(of)@t
3.02 @a
(its)@t
3.02 @a
(elements)@t
3.02 @a
(are)@t
3.02 @a
(defined.)@t
94.66 571.69 @p
(\(2\))@t
5.50 @a
113.00 571.69 @p
(A)@t
2.59 @a
(derived-type)@t
2.59 @a
(scalar)@t
2.59 @a
(object)@t
2.59 @a
(is)@t
2.59 @a
(defined)@t
2.59 @a
(if)@t
2.59 @a
(and)@t
2.59 @a
(only)@t
2.59 @a
(if)@t
2.59 @a
(all)@t
2.59 @a
(of)@t
2.59 @a
(its)@t
2.59 @a
(nonpointer)@t
2.59 @a
(components)@t
2.59 @a
(are)@t
2.59 @a
(defined.)@t
94.66 554.19 @p
(\(3\))@t
5.50 @a
113.00 554.19 @p
(A)@t
3.02 @a
(complex)@t
3.02 @a
(or)@t
3.02 @a
(character)@t
3.02 @a
(scalar)@t
3.02 @a
(object)@t
3.02 @a
(is)@t
3.02 @a
(defined)@t
3.02 @a
(if)@t
3.02 @a
(and)@t
3.02 @a
(only)@t
3.02 @a
(if)@t
3.02 @a
(all)@t
3.02 @a
(of)@t
3.02 @a
(its)@t
3.02 @a
(subobjects)@t
3.02 @a
(are)@t
3.02 @a
(defined.)@t
54.00 536.69 @p
(Renumber)@t
3.02 @a
(item)@t
3.02 @a
(\(2\))@t
3.02 @a
(as)@t
3.02 @a
(item)@t
3.02 @a
(\(4\).)@t
54.00 501.70 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(299)@t
485.40 501.70 @p
@TR
([299:4-6])@t
3.02 @a
@TI
(91)@t
54.00 484.20 @p
@TB
(Annex)@t
3.02 @a
(A)@t
54.00 466.70 @p
@TR
(Delete)@t
3.02 @a
(the)@t
3.02 @a
(glossary)@t
3.02 @a
(entry)@t
3.02 @a
(for)@t
3.02 @a
@TB
(present)@t
@TR
(.)@t
54.00 431.70 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(322)@t
489.07 431.70 @p
@TR
([322:38])@t
3.02 @a
@TI
(97)@t
54.00 414.20 @p
@TB
(Annex)@t
3.02 @a
(C)@t
54.00 396.70 @p
@TR
(In)@t
3.02 @a
(the)@t
3.02 @a
(third)@t
3.02 @a
(line)@t
3.02 @a
(of)@t
3.02 @a
(the)@t
3.02 @a
(example)@t
3.02 @a
(code)@t
3.02 @a
(that)@t
3.02 @a
(starts)@t
3.02 @a
(with)@t
3.02 @a
(the)@t
3.02 @a
(line)@t
79.00 378.10 @p
@CB
(CHARACTER)@t
3.02 @a
(\(LEN)@t
3.02 @a
(=)@t
3.02 @a
(20\))@t
3.02 @a
(CH1)@t
54.00 360.60 @p
@TR
(replace)@t
3.02 @a
(\252)@t
@CB
(SCRATCH)@t
@TR
(\272)@t
3.02 @a
(with)@t
3.02 @a
(\252)@t
@CB
(OLD)@t
@TR
(\272.)@t
54.00 325.59 @p
@TI
(P)@t
-0.59 @a
(age)@t
3.02 @a
(325)@t
489.07 325.59 @p
@TR
([325:30])@t
3.02 @a
@TI
(92)@t
54.00 308.09 @p
@TB
(Subclause)@t
3.02 @a
(C.6.5)@t
54.00 290.59 @p
@TR
(Change)@t
3.02 @a
(the)@t
3.02 @a
(entry)@t
3.02 @a
(for)@t
3.02 @a
(P)@t
-0.59 @a
(AD)@t
3.02 @a
(in)@t
3.02 @a
(the)@t
3.02 @a
(table)@t
3.02 @a
(to:)@t
132.95 275.39 @p
0.36 @w
329.08 0.00 @r 
132.95 275.39 @p
0.36 @w
0.00 -26.00 @r 
180.02 275.39 @p
0.36 @w
0.00 -26.00 @r 
253.91 275.39 @p
0.36 @w
0.00 -26.00 @r 
388.15 275.39 @p
0.36 @w
0.00 -26.00 @r 
462.04 275.39 @p
0.36 @w
0.00 -26.00 @r 
132.95 259.09 @p
5.50 @a
(P)@t
-0.59 @a
(AD=)@t
180.02 259.09 @p
5.50 @a
(UNDEFINED)@t
253.91 259.09 @p
5.50 @a
(YES,)@t
3.02 @a
(NO,)@t
3.02 @a
(or)@t
3.02 @a
(UNDEFINED)@t
388.15 259.09 @p
5.50 @a
(UNDEFINED)@t
132.95 249.39 @p
0.36 @w
329.08 0.00 @r 
54.00 34.70 @p
@TB
(8)@t
@endpage
%%Trailer
@tail
%%Pages: 8    
%%EndJob
%%EOF
