#!/bin/sh
IXBIN=/usr/local/lib/icon/iconx                                               
IXLCL=`echo $0 | sed 's=[^/]*$=iconx='`

[ -n "$ICONX" ] && exec "$ICONX" $0 ${1+"$@"}
[ -x "$IXLCL" ] && exec "$IXLCL" $0 ${1+"$@"}
[ -x "$IXBIN" ] && exec "$IXBIN" $0 ${1+"$@"}
exec iconx $0 ${1+"$@"}

[executable Icon binary follows]
      

                    8  p  8  @I9.0.00/32      :i                                                  $   $                          C      E   T      :      F   C   |   C   4   E   >         ,   T      =       7   8   :   8   U   T      M      v   M      v   =      .   8   1   5   0   :   2d      N   C      T      =       N   E   D                                                                               ,                             z   C     C   C   ,   T      T      3T   =      =      N   C   P   U   C       E   M         (   8   :      T   
   <       =      N   D   N   C     C      T      >      =      N   E   S       T      M         T      T      E   >      3   *   =      =      =         :  @   C   x   T      >      =      N   E   S       T      M         T      T      >      =      =      =         :     U   T      <      =      6   C   \   -   M            N   F   E   S       T      M         M         =         :  <   C   \   -   M            N   F   E   S       T      M         M         =         :     C   \   -   M            N   F   E   S       T      M         M         =         :  t   C      -   M            N   F   C   X   E   M         (   N   E   S       T      M         M         =         :   8   E   S       T      M         M         =         :     C   \   -   M            N   F   E   S       T      M         M         =         :  L   C   \   -   M            N   F   E   S       T      M         M         =         :      C   \   -   M            N   F   E   S       T      M         M         =         :      C   \   -   M            N   F   E   S       T      M         M         =         :       F   T   
   M         =      N   U   S       H   F   5   N   :l   N   E   D      $  P                          C   $   E   T      E   T      /      N   C      T      =       N   C      U   E   E   T      9       M         
   N   C   C   $   E   T      E   T      /      N   T      =       N   :   N   C   P   U   E   E   T      9       M      v      N   T   
   M         =      N   E   D      $                        %   C   P   U   E   E   T      9       M            N   T   
   M         =      N   C   (   T      E   T      9      =      N   C   X   U   E   E   E   T      /   9       M            N   T   
   M        =      N   C   $   E   T      E   T      /      N   C      T      =       N   C       T      M         =      N   E   D      ,  
4                     *        C      T      =       N   C      U   E   E   T      9       M         
   N   C   C   (   E   S       E   T      9         N   C   $   E   T      E   T      /      N   C      T      =       N   T      S       =      N   :,   N   E   D      ,  d                     /        C      T   	   =       N   C      U   E   E   T      9       M         
   N   C   C   (   E   S       E   T      9         N   C   $   E   T      E   T      /      N   C      T   	   =       N   T      S       =      N   :,   N   E   D      $                        4   C     U   E   T      9       6   C      -   C      M         8   :      M            N   F   C   (   T      E   T      9      =      N   E   T      E   T      /      :     C      -   M            N   F   C   $   E   T      E   T      /      N   C      T      =       N   C   P   E   E   T      9       M            N   T   
   M   
     =      :       E   T      E   T      /      :       F   T   
   M     "   =      N   E   D      ,                       ;     9   C   (   T      M     ;   Q       =      N   E   D         4                         `      e             `      e          ̠                  X    ,        
    8    h    d    ְ  Ͱ    Ұ                                                %      *      /      4      ;      ?      C      H      L      P      U      [       l   $     X     `     d     p %    x      1                        $    '   
 '   
 (    (    (  8  *  @ 
 *   & +   / +   % +     +    +    +    ,    ,   + -   * -   % -  $  -  ,  -  L  .  p  /   % /    /    0   % 0    0  8  1  p % 1  x  1    2    2   2 2   * 2  4 - 3  < % 3  `  4   % 4    4    5   % 5    5  (  6  ` % 6  h  6    7   % 7    7   $ 8    :  (  <  P  B  p  C  t 
 C    D    E    E    F    F    G  @  I  T  I  p 
 J    K    M    N    N   
 O  	  P  	$ 	 P  	P  Q  	T 
 Q  	h  Q  	 
 R  	  S  	 
 S  	  T  	 	 U  
  V  
4  X  
D  [  
l  \  
  \  
  ]  
 
 ]  
  ^  
  ^  
  _    `  4  b  d  d  t 
 g    h    h    i   
 i    j    j  , 
 k  H  l  d  n    p    q    r  
  s  
  s  
<  t  
@  t  
d  v  
  w  
  w  
  x  
  y  
  y     z  (  |  ,  |  P 
   `              main token lex next_tok get_tok prog stmt expr term factor err tab many pos any move write stop type string parse.icn eof tok  	 # id _ integer ; semi ( lparen ) rparen : = assign := colon + add_op - * mult_op / invalid character in input eof expected id expected := expected op ) expected id or integer expected s  ** error **   