$ od -c -N 50000 [qv]<lispcourse>outline41.ted!3 0000000 F . G . H . 0000020 7 / 1 1 / 8 5 \r L i s p C o u r 0000040 s e # 4 1 : T h e C o m 0000060 p i l e r a n d M A S T E R 0000100 S C O P E \r L i s p C o u r s e 0000120 # 4 1 : T h e C o m p i 0000140 l e r a n d M A S T E R S C 0000160 O P E \r T h e I n t e r l i s 0000200 p C o m p i l e r \r W h a t 0000220 i s t h e I n t e r l i s p 0000240 C o m p i l e r ? \r A n i m 0000260 p o r t a n t g o a l o f 0000300 a n y p r o g r a m i s t 0000320 h a t i t r u n F A S T . 0000340 C e t e r i s p a r i b u 0000360 s , t h e f a s t e r i t 0000400 r u n s t h e m o r e w 0000420 o r k i t c a n d o . \r R 0000440 u n n i n g f a s t , u s u 0000460 a l l y m e a n s d o i n g 0000500 a s l i t t l e w o r k 0000520 a s p o s s i b l e w h i l 0000540 e t h e p r o g r a m i s 0000560 r u n n i n g . \r T h e r e 0000600 a r e t w o w a y s t o 0000620 a c c o m p l i s h t h i s : 0000640 \r 1 ) \t M i n i m i z e t h e 0000660 a m o u n t o f w o r k 0000700 t o d o \r 2 ) \t D o s o m e 0000720 w o r k a h e a d o f t 0000740 i m e s o t h e r e i s 0000760 l e s s w o r k t o d o 0001000 w h i l e t h e p r o g r a 0001020 m i s r u n n i n g . \r R e 0001040 c a l l f r o m L i s p C o 0001060 u r s e # 3 4 ( a n d H o 0001100 m e w o r k # 3 4 ) t h a t 0001120 t h e L i s p e v a l u a 0001140 t o r ( i . e . , E V A L / 0001160 A P P L Y ) d o e s l o t s 0001200 a n d l o t s o f w o r 0001220 k w h e n e v e r i t e v 0001240 a l u a t e s a f u n c t i 0001260 o n c a l l . \r B e c a u s e 0001300 o f t h i s , e v a l u a 0001320 t i n g a f u n c t i o n 0001340 c a l l i s r e l a t i v e 0001360 l y s l o w . \r A n d b e c 0001400 a u s e p r o g r a m s a r 0001420 e m a d e u p o f e v a 0001440 l u a t i n g f u n c t i o n 0001460 c a l l s , ( i n t e r p r 0001500 e t e d ) L i s p p r o g r 0001520 a m s t e n d t o b e r 0001540 e l a t i v e l y s l o w . \r 0001560 M o r e o v e r , i n t h e 0001600 e v a l u a t o r o u t l i 0001620 n e d i n L i s p C o u r s 0001640 e # 3 4 ( & 3 5 ) , a l 0001660 l o f t h e w o r k i s 0001700 d o n e e a c h a n d e 0001720 v e r y t i m e t h e f u 0001740 n c t i o n i s c a l l e d 0001760 , a t t h e t i m e f u 0002000 n c t i o n i s c a l l e d 0002020 . \r M u c h o f t h i s w 0002040 o r k i s i n f a c t r 0002060 e d u n d a n t a n d n e e 0002100 d o n l y b e d o n e o 0002120 n c e , e . g . , w h e n 0002140 t h e f u n c t i o n i s 0002160 c a l l e d f o r t h e f 0002200 i r s t t i m e . \r T h u s 0002220 t h e L i s p e v a l u a t 0002240 o r i n L i s p C o u r s e 0002260 # 3 4 i g n o r e s b o t 0002300 h o f t h e s p e e d - u 0002320 p t e c h n i q u e s d e s 0002340 c r i b e d a b o v e . \r T h 0002360 e g o a l o f t h e c o 0002400 m p i l e r i s t o m a k 0002420 e t h e s e t w o s p e e 0002440 d - u p t e c h n i q u e s 0002460 a v a i l a b l e i n t h e 0002500 I n t e r l i s p e v a l u 0002520 a t i o n p r o c e s s . \r T 0002540 h e c o m p i l e r i s a 0002560 p r o g r a m t h a t t a 0002600 k e s a L i s p f u n c t 0002620 i o n d e f i n i t i o n i 0002640 n s o u r c e c o d e f o 0002660 r m ( i . e . , i n t h e 0002700 f o r m t h a t y o u w 0002720 r i t e i t i n ) a n d 0002740 d o e s a s m u c h o f 0002760 t h e " e v a l u a t i o n 0003000 w o r k " a s i t c a n . 0003020 \r I t t h e n r e w r i t e 0003040 s t h e f u n c t i o n d 0003060 e f i n i t i o n i n a n 0003100 e w f o r m ( i . e . , c 0003120 o m p i l e d c o d e f o r 0003140 m ) t h a t c a p t u r e s 0003160 a l l o f t h e w o r k 0003200 i t h a s d o n e . \r W h 0003220 e n t h e L i s p e v a l 0003240 u a t i o n p r o c e s s e 0003260 n c o u n t e r s a f u n c 0003300 t i o n d e f i n i t i o n 0003320 i n c o m p i l e d c o d e 0003340 f o r m , i t c a n t a 0003360 k e a d v a n t a g e o f 0003400 t h e w o r k t h e c o m 0003420 p i l e r h a s a l r e a d 0003440 y d o n e a n d t h e r e 0003460 f o r e A P P L Y i n g t h 0003500 e f u n c t i o n i s m u 0003520 c h f a s t e r t h a n i 0003540 f t h e f u n c t i o n w 0003560 e r e i n s o u r c e c o 0003600 d e f o r m . \r S i n c e t 0003620 h e c o m p i l e r i s r 0003640 u n o n c e , b e f o r e 0003660 t h e f u n c t i o n i s 0003700 e v e r e v a l u a t e d , 0003720 i t d o e s t w o t h i n 0003740 g s : \r 1 ) \t i t m i n i m i 0003760 z e s w o r k b y g e t t 0004000 i n g r i d o f t h e r 0004020 e d u n d a n c y i n m u l 0004040 t i p l e e v a l u a t i o n 0004060 s \r 2 ) \t i t m o v e s s o 0004100 m e o f t h e c o s t o 0004120 f f u n c t i o n c a l l 0004140 e v a l u a t i o n f r o m 0004160 t h e t i m e o f e v a l 0004200 u a t i o n t o s o m e e 0004220 a r l i e r t i m e ( i . e 0004240 . , t o t h e t i m e w 0004260 h e n c o m p i l a t i o n 0004300 i s d o n e ) . \r T h e r e 0004320 s u l t i s t h a t c o m 0004340 p i l e d f u n c t i o n s 0004360 c a n b e e v a l u a t e d 0004400 m u c h , m u c h f a s t 0004420 e r t h a n t h e e q u i 0004440 v a l e n t i n t e r p r e t 0004460 e d ( i . e . s o u r c e 0004500 c o d e ) f u n c t i o n s . 0004520 T h i s i s a n o b v 0004540 i o u s a d v a n t a g e . 0004560 \r T h e d i s a d v a n t a g 0004600 e o f t h e c o m p i l e 0004620 r s c h e m e i s t h a t 0004640 y o u h a v e t o t a k 0004660 e t h e t i m e t o c o 0004700 m p i l e y o u r f u n c t 0004720 i o n s b e f o r e y o u 0004740 r u n t h e m . \r T h i s c 0004760 a n b e a b i g d i s a 0005000 d v a n t a g e w h e n y o 0005020 u a r e d e b u g g i n g 0005040 a n d t e s t i n g y o u r 0005060 p r o g r a m . \r I n t h e 0005100 s e c a s e s , y o u m a 0005120 k e f r e q u e n t c h a n 0005140 g e s t o y o u r f u n c 0005160 t i o n d e f i n i t i o n s 0005200 . \r I f y o u h a v e t o 0005220 r e c o m p i l e y o u r 0005240 f u n c t i o n s e a c h t 0005260 i m e y o u m a k e a c 0005300 h a n g e , t h e c o m p i 0005320 l e t i m e c a n e a s i 0005340 l y o u t w e i g h t h e 0005360 t i m e w a s t e d b y t 0005400 h e s l o w e r e v a l u a 0005420 t i o n o f i n t e r p r e 0005440 t e d f u n c t i o n s . \r O 0005460 t h e r d i s a d v a n t a g 0005500 e s o f c o m p i l e d c 0005520 o d e a r e t h e f o l l 0005540 o w i n g : \r 1 ) \t C o m p i l 0005560 e d c o d e c a n b e r 0005600 e a d o n l y b y r e a l 0005620 L i s p w i z a r d s . 0005640 T o t h e r e s t o f u 0005660 s , i t l o o k s l i k e 0005700 g i b b e r i s h . \r 2 ) \t C 0005720 o m p i l e d c o d e t o 0005740 s o m e e x t e n t b r i n 0005760 g s b a c k t h e d a t a 0006000 / p r o g r a m d i s t i n c 0006020 t i o n i n t o L i s p . \r 0006040 I n s o u r c e c o d e f 0006060 o r m , f u n c t i o n d e 0006100 f i n i t i o n s a r e j u 0006120 s t l i s t s t r u c t u r 0006140 e s t h a t c a n e a s i 0006160 l y b e t r e a t e d a s 0006200 d a t a b y a n o t h e r 0006220 f u n c t i o n . \r I n c o 0006240 m p i l e d c o d e f o r m 0006260 , f u n c t i o n d e f i n 0006300 i t i o n s a r e s p e c i 0006320 a l o b j e c t s t h a t 0006340 a r e n o t e a s i l y a 0006360 c c e s s i b l e u s i n g 0006400 t h e s t a n d a r d I n t 0006420 e r l i s p d a t a m a n i 0006440 p u l a t i o n m e c h a n i 0006460 s m s . \r T h e b o t t o m - 0006500 l i n e i s t h a t c o m 0006520 p i l e d c o d e i s g o 0006540 o d f o r h e l p i n g f 0006560 i n i s h e d p r o g r a m s 0006600 r u n f a s t w h i l e 0006620 i n t e r p r e t e d c o d e 0006640 i s g o o d f o r t e s 0006660 t i n g a n d d e b u g g i 0006700 n g , a n d w h e n y o u 0006720 n e e d t o b l u r t h 0006740 e d i s t i n c t i o n b e 0006760 t w e e n d a t a a n d p 0007000 r o g r a m . \r A n i m p o r 0007020 t a n t f e a t u r e o f 0007040 I n t e r l i s p ( i n f a 0007060 c t o f m o s t L i s p s 0007100 ) i s t h a t c o m p i l 0007120 e d c o d e a n d i n t e 0007140 r p r e t e d c o d e c a n 0007160 b e f r e e l y i n t e r 0007200 m i x e d w i t h o u t a n 0007220 y s p e c i a l c o n s i d 0007240 e r a t i o n s o n t h e 0007260 p a r t o f t h e p r o g 0007300 r a m m e r . \r A n e x a m p 0007320 l e o f w h a t t h e c 0007340 o m p i l e r d o e s \r T h e 0007360 c o m p i l e r i s a v 0007400 e r y c o m p l e x p r o g 0007420 r a m t h a t d o e s l o 0007440 t s a n d l o t s o f f 0007460 a n c y t h i n g s t o s 0007500 p e e d u p t h e e v a l 0007520 u a t i o n o f L i s p c 0007540 o d e . \r C o m p i l e r r e 0007560 s e a r c h a n d t h e p 0007600 r o b l e m o f c o m p i l 0007620 e d c o d e o p t i m i z a 0007640 t i o n a r e i m p o r t a 0007660 n t r e s e a r c h a r e a 0007700 s i n c o m p u t e r s c 0007720 i e n c e . \r N o n e o f 0007740 t h i s w i l l b e c o v 0007760 e r e d h e r e ( s i n c e 0010000 I d o n ' t k n o w a n 0010020 y t h i n g a b o u t i t ! 0010040 ) . \r H o w e v e r , t h e 0010060 f o l l o w i n g i s a n 0010100 e x a m p l e o f w h a t 0010120 t h e c o m p i l e r d o e 0010140 s : \r C o n s i d e r t h e 0010160 f o l l o w i n g a b s t r a 0010200 c t f u n c t i o n d e f i 0010220 n i t i o n : \r ( L A M B D A 0010240 ( A B ) ( L E T ( D E ) 0010260 ( L E T ( F G ) ( L I S T 0010300 A B D E F G ) ) ) ) 0010320 \r I n t h e i n t e r p r e 0010340 t e r o u t l i n e d i n 0010360 L i s p C o u r s e # 3 4 , 0010400 e v a l u a t i o n o f t h 0010420 e L I S T f u n c t i o n 0010440 c a l l w o u l d i n v o l 0010460 v e c a l l i n g t h e L 0010500 o o k U p V a l u e f u n c t 0010520 i o n 6 t i m e s t o l 0010540 o o k u p t h e v a l u e 0010560 s o f t h e a t o m s A 0010600 , B , . . . . \r E a c h t 0010620 i m e , t h e L o o k U p V 0010640 a l u e f u n c t i o n w o 0010660 u l d s e a r c h u p t h 0010700 e s t a c k l o o k i n g 0010720 f o r a b i n d i n g o f 0010740 t h e g i v e n v a r i a 0010760 b l e . F o r A & B , 0011000 i t w o u l d f i n d t 0011020 h e b i n d i n g o n t h 0011040 e t h i r d s t a c k f r 0011060 a m e f r o m t h e b o t 0011100 t o m . D & E w o u l 0011120 d b e f o u n d o n t h 0011140 e s e c o n d s t a c k f 0011160 r a m e , e t c . \r A l l o 0011200 f t h i s s t a c k s e a 0011220 r c h i n g w o u l d t a k 0011240 e l o t s o f t i m e . \r 0011260 T h e c o m p i l e r , h o 0011300 w e v e r , c a n d o s o 0011320 m e o f t h e i n t e r p 0011340 r e t a t i o n w o r k a h 0011360 e a d o f t i m e . F o 0011400 r e x a m p l e : \r T h e c 0011420 o m p i l e r c a n p r e d 0011440 i c t ( b a s e d o n t h 0011460 e s t r u c t u r e o f t 0011500 h e L i s p s o u r c e c 0011520 o d e ) t h a t a n y r e 0011540 f e r e n c e t o A w i t 0011560 h i n t h e s e c o n d e 0011600 m b e d d e d L E T w i l l 0011620 r e f e r t o t h e A 0011640 b o u n d i n t h e t h i 0011660 r d s t a c k f r a m e f 0011700 r o m t h e b o t t o m . \r 0011720 F u r t h e r m o r e , s i n 0011740 c e A i s t h e f i r s 0011760 t i t e m i n t h e p a 0012000 r a m e t e r l i s t , t h 0012020 e c o m p i l e r c a n f 0012040 i g u r e o u t t h a t A 0012060 w i l l b e t h e f i r 0012100 s t b o u n d v a r i a b l 0012120 e i n i t s s t a c k f 0012140 r a m e . \r T h e c o m p i l 0012160 e r k n o w s a b o u t t 0012200 h e f o r m a t o f t h e 0012220 s t a c k . I t c a n 0012240 t h e r e f o r e g e n e r a 0012260 t e c o d e t h a t d i r 0012300 e c t l y f e t c h e s t h 0012320 e v a l u e o f t h e f 0012340 i r s t b o u n d v a r i a 0012360 b l e i n t h e t h i r d 0012400 s t a c k f r a m e w i t 0012420 h o u t a n y s e a r c h 0012440 o f t h e s t a c k . \r T h 0012460 u s , t h e c o m p i l e r 0012500 w o u l d r e p l a c e a 0012520 l l t h e r e f e r e n c e 0012540 s t o t h e v a l u e o 0012560 f A w i t h i n t h e s 0012600 e c o n d e m b e d d e d L 0012620 E T w i t h c o m p i l e d 0012640 c o d e t h a t j u s t 0012660 l o o k s u p t h e v a l 0012700 u e o f t h e f i r s t 0012720 b o u n d v a r i a b l e i 0012740 n t h e t h i r d s t a c 0012760 k f r a m e . \r T h e n , w 0013000 h e n t h e f u n c t i o n 0013020 i s l a t e r e v a l u a 0013040 t e d , t h e e x p e n s i 0013060 v e s t a c k l o o k u p 0013100 o p e r a t i o n f o r t h 0013120 e v a l u e o f A w o u 0013140 l d b e s k i p p e d . \r T 0013160 h e c o m p i l e r c o u l 0013200 d d o t h e a n a l o g o 0013220 u s t h i n g f o r a l l 0013240 o f t h e b o u n d v a 0013260 r i a b l e s w i t h i n t 0013300 h i s f u n c t i o n d e f 0013320 i n t i o n . \r I f t h e f 0013340 u n c t i o n w e r e c o m 0013360 p i l e d , t h e e v a l u 0013400 a t i o n o f t h e ( L I 0013420 S T . . . ) s t a t e m e n 0013440 t w o u l d i n v o l v e 0013460 n o s t a c k l o o k u p 0013500 o p e r a t i o n s , r e s u 0013520 l t i n g i n a m u c h 0013540 f a s t e r e v a l u a t i o 0013560 n . \r N o t e t h a t t h e 0013600 c o m p i l e r c a n n o t 0013620 d o t h e s a m e t h i 0013640 n g f o r f r e e v a r i 0013660 a b l e r e f e r e n c e s . 0013700 T h i s i s b e c a u s 0013720 e t h e s t a c k f r a m 0013740 e b i n d i n g r e f e r e 0013760 d t o b y a f r e e v 0014000 a r i a b l e i s d e t e r 0014020 m i n e d a t r u n t i m 0014040 e b y w h a t f u n c t i 0014060 o n s a n d b i n d i n g s 0014100 a r e c u r r e n t l y o 0014120 n t h e s t a c k . \r T h e 0014140 c o m p i l e r h a s n o 0014160 w a y o f p r e d i c t i 0014200 n g w h a t t h e s t a c 0014220 k w i l l l o o k l i k e 0014240 a t r u n t i m e , a n 0014260 d c a n t h e r e f o r e 0014300 n o t r e p l a c e t h e 0014320 s t a c k l o o k u p b y 0014340 a d i r e c t r e f e r e n 0014360 c e . \r A g o o d c o m p i 0014400 l e r , h o w e v e r , c o 0014420 u l d a l s o d o s o m e 0014440 o p t i m i z a t i o n s i 0014460 n t h i s f u n c t i o n . 0014500 \r I n p a r t i c u l a r , 0014520 t h e t w o L E T s c o u 0014540 l d b e c o l l a p s e d 0014560 i n t o a s i n g l e L E 0014600 T , e l i m i n a t i n g t 0014620 h e n e e d t o c r e a t 0014640 e a n a d d i t i o n a l 0014660 s t a c k f r a m e . \r T h i 0014700 s i s p o s s i b l e b e 0014720 c a u s e t h e c o m p i l 0014740 e r c a n t e l l t h a t 0014760 t h e e m b e d d e d L E 0015000 T d o e s n o t r e b i n 0015020 d a n y o f t h e v a r 0015040 i a b l e s u s e d i n t 0015060 h e o u t e r L E T . \r U s 0015100 i n g t h e c o m p i l e r 0015120 \r C o m p i l e r Q u e s t i 0015140 o n s \r A l l o f t h e f 0015160 u n c t i o n s t h a t i n 0015200 v o k e t h e c o m p i l e 0015220 r s t a r t b y a s k i n 0015240 g t h e u s e r t h e f 0015260 o l l o w i n g s e r i e s 0015300 o f q u e s t i o n s . E 0015320 a c h q u e s t i o n s h o 0015340 u l d b e a n s w e r e d 0015360 " Y e s " ( o r " Y " ) o 0015400 r " N o " ( o r " N " ) , 0015420 f o l l o w e d b y a C 0015440 a r r i a g e R e t u r n . \r 0015460 L i s t i n g ? 234 A s k s 0015500 w h e t h e r y o u w a n t 0015520 a d e t a i l e d l i s t 0015540 i n g o f t h e c o m p i 0015560 l e d c o d e b e i n g g 0015600 e n e r a t e d . A l w a y 0015620 s a n s w e r t h i s q u 0015640 e s t i o n w i t h " N o " 0015660 . \r R E D F I N E ? 234 A s k 0015700 s w h e t h e r t h e c o 0015720 m p i l e d c o d e s h o u 0015740 l d r e p l a c e t h e s 0015760 o u r c e c o d e a s t h 0016000 e f u n c t i o n d e f i n 0016020 i t i o n f o r t h e f u 0016040 n c t i o n s b e i n g c o 0016060 m p i l e d . I n g e n e 0016100 r a l , t h i s q u e s t i 0016120 o n s h o u l d b e a n s 0016140 w e r e d " Y e s " . \r O c c 0016160 a s i o n a l l y , y o u m 0016200 a y j u s t w a n t t o 0016220 c r e a t e a f i l e o f 0016240 c o m p i l e d c o d e w 0016260 i t h o u t a l t e r i n g 0016300 t h e d e f i n i t i o n s 0016320 i n t h e c u r r e n t v 0016340 i r t u a l m e m o r y . 0016360 I n t h i s c a s e , a n 0016400 s w e r t h i s q u e s t i 0016420 o n w i t h " N o " . \r S A 0016440 V E E X P R S ? 234 A s k s 0016460 w h e t h e r t o s a v e 0016500 t h e o r i g i n a l s o 0016520 u r c e c o d e w h e n e v 0016540 e r a f u n c t i o n i s 0016560 r e d e f i n e d u s i n g 0016600 i t s c o m p i l e d c o 0016620 d e . \r I f " N o " , t h e 0016640 n t h e o r i g i n a l c 0016660 o d e i s l o s t w h e n 0016700 t h e f u n c t i o n i s 0016720 r e d e f i n e d w i t h 0016740 t h e c o m p i l e d c o d 0016760 e . \r I f " Y e s " , t h e 0017000 n t h e o r i g i n a l s 0017020 o u r c e c o d e i s p l 0017040 a c e d o n t h e p r o p 0017060 e r t y l i s t o f t h e 0017100 a t o m t h a t i s t h 0017120 e f u n c t i o n ' s n a m 0017140 e u s i n g t h e p r o p 0017160 e r t y E X P R . \r T h e e 0017200 d i t o r , t h e c o m p i 0017220 l e r , t h e f i l e p a 0017240 c k a g e , e t c . a l l 0017260 k n o w a b o u t t h e E 0017300 X P R p r o p e r t y a n d 0017320 h a n d l e i n a p p r o 0017340 p r i a t e l y . \r F o r e x 0017360 a m p l e , i f y o u c a 0017400 l l D E d i t o n a f u 0017420 n c t i o n w h o s e d e f 0017440 i n i t i o n i s c o m p i 0017460 l e d c o d e , D E d i t 0017500 w i l l i n s t e a d e d i 0017520 t t h e s o u r c e c o 0017540 d e s t o r e d i n t h e 0017560 E X P R p r o p e r t y ( 0017600 i f t h e r e i s a n y ) 0017620 . \r I f t h e f u n c t i o 0017640 n d e f i n i t i o n s t o 0017660 r e d i n E X P R i s c 0017700 h a n g e d d u r i n g t h 0017720 e D E d i t , t h e n D E 0017740 d i t a u t o m a t i c a l l 0017760 y r e d e f i n e s t h e 0020000 f u n c t i o n t o b e t 0020020 h e n e w s o u r c e c o 0020040 d e a n d s a v e s t h e 0020060 o l d c o m p i l e d d e 0020100 f i n i t i o n o n t h e 0020120 p r o p e r t y l i s t u n 0020140 d e r t h e p r o p e r t y 0020160 C O D E . \r I n g e n e r a 0020200 l , a n s w e r t h i s q 0020220 u e s t i o n " Y e s " . b 0020240 e c a u s e y o u w i l l 0020260 o f t e n w a n t t o e d 0020300 i t t h e s o u r c e c o 0020320 d e a n d r e c o m p i l e 0020340 t h e f u n c t i o n . \r I 0020360 f y o u a n s w e r " N o 0020400 " , y o u w i l l h a v e 0020420 l r e o a d t h e s o u r 0020440 c e c o d e f r o m a f 0020460 i l e ( i f y o u e v e n 0020500 b o t h e r e d t o s a v 0020520 e i t ) w h e n y o u w 0020540 a n t t o c h a n g e t h 0020560 e f u n c t i o n . \r O U T P 0020600 U T F I L E ? 234 A s k s 0020620 w h e t h e r t o w r i t e 0020640 t h e c o m p i l e d c o 0020660 d e t o a f i l e t h a 0020700 t c a n b e L O A D e d 0020720 a t a l a t e r t i m e 0020740 o r i n a n e w s y s o 0020760 u t , e t c . \r " N o " m 0021000 e a n s n o f i l e w i l 0021020 l b e c r e a t e d . \r " Y 0021040 e s " w i l l c a u s e t 0021060 h e c o m p i l e r t o p 0021100 r o m p t y o u f o r a 0021120 f i l e n a m e . \r A n y t h 0021140 i n g e l s e w i l l b e 0021160 i n t e r p r e t e d a s 0021200 a f i l e n a m e , i n 0021220 w h i c h c a s e " Y e s " 0021240 w i l l b e a s s u m e d 0021260 a n d t h a t f i l e w 0021300 i l l b e u s e d . \r N o t 0021320 e : a s a s h o r t h a n 0021340 d y o u c a n a n s w e r 0021360 t h e L I S T I N G ? q u 0021400 e s t i o n c a n b e a n 0021420 s w e r e d u s i n g t h e 0021440 f o l l o w i n g : \r S 234 0021460 u s e t h e s a m e a n s 0021500 w e r s t o a l l q u e s 0021520 t i o n s a s g i v e n f 0021540 o r t h e l a s t c o m p 0021560 i l e . \r F 234 j u s t c o 0021600 m p i l e t o a f i l e 0021620 w i t h o u t r e d e f i n i 0021640 n g t h e f u n c t i o n s 0021660 i n t h e v i r t u a l 0021700 m e m o r y . \r S T 234 a n s 0021720 w e r R E D F I N E ? a n d 0021740 S A V E E X P R S ? w i t 0021760 h " Y e s " b u t a s k 0022000 a b o u t t h e o u t p u t 0022020 f i l e . \r S T F 234 a n s 0022040 w e r R E D F I N E ? w i t 0022060 h " Y e s " a n d S A V E 0022100 E X P R S ? w i t h " N o 0022120 " a n d a s k a b o u t 0022140 t h e o u t p u t f i l e . 0022160 \r F u n c t i o n s t h a t 0022200 i n v o k e t h e c o m p i 0022220 l e r \r T h e f o l l o w i n 0022240 g f u n c t i o n i n v o k 0022260 e t h e c o m p i l e r : \r 0022300 ( C O M P I L E F u n c t i o 0022320 n s ) 234 C o m p i l e t h 0022340 e c u r r e n t s o u r c e 0022360 c o d e d e f i n i t i o n 0022400 s f o r e a c h o f t h 0022420 e f u n c t i o n s i n t 0022440 h e l i s t F u n c t i o n 0022460 s . I f F u n c t i o n s 0022500 i s a n a t o m , ( L I 0022520 S T F u n c t i o n s ) i s 0022540 u s e d . \r T h e c u r r e 0022560 n t s o u r c e c o d e d 0022600 e f i n i t i o n i s e i t 0022620 h e r t h e f u n c t i o n 0022640 d e f i n i t i o n o r t 0022660 h e s o u r c e c o d e s 0022700 t o r e d u n d e r E X P R 0022720 o n t h e p r o p e r t y 0022740 l i s t . \r ( T C O M P L F 0022760 i l e s ) 234 U s e d t o 0023000 c o m p i l e s o u r c e c 0023020 o d e f i l e s c r e a t e 0023040 d b y M A K E F I L E . 0023060 F i l e s i s a l i s t 0023100 o f s o u r c e c o d e f 0023120 i l e s t o b e c o m p i 0023140 l e d o n e - b y - o n e i 0023160 n o r d e r . I f F i l 0023200 e s i s a t o m i c , ( L 0023220 I S T F i l e s ) w i l l 0023240 b e u s e d . \r C o m p i l i 0023260 n g a M A K E F I L E f i 0023300 l e i n v o l v e s c o m p 0023320 i l i n g a l l o f t h e 0023340 f u n c t i o n s o n t h 0023360 a t f i l e , w r i t i n g 0023400 t h e c o m p i l e d c o 0023420 d e t o a n e w f i l e 0023440 o f t h e s a m e n a m 0023460 e ( b u t w i t h t h e 0023500 e x t e n s i o n . D C O M ) 0023520 , a n d t h e n c o p y i 0023540 n g a l l o f t h e n o 0023560 n - f u n c t i o n i t e m s 0023600 ( e . g . , V A R S , R E 0023620 C O R D S , e t c ) f r o m 0023640 t h e s o u r c e f i l e 0023660 t o t h e n e w c o m p 0023700 i l e d f i l e . \r T h e r 0023720 e s u l t i n g . D C O M f 0023740 i l e i s a L O A D a b l 0023760 e r e p l a c e m e n t o f 0024000 t h e o r i g i n a l M A 0024020 K E F I L E s o u r c e f i 0024040 l e , e x c e p t t h a t 0024060 t h e f u n c t i o n d e f 0024100 i n i t i o n s c o n t a i o 0024120 n c o m p i l e d r a t h e 0024140 r t h a n s o u r c e c o 0024160 d e . \r T C O M P L r e t u r 0024200 n s a l i s t o f D C O 0024220 M f i l e p r o d u c e d . 0024240 \r N o t e : S i n c e T C O 0024260 M P L a u t o m a t i c a l l 0024300 y p r o d u c e s a f i l 0024320 e , i t d o e s n o t a 0024340 s k t h e O U T P U T F I 0024360 L E ? q u e s t i o n . \r ( R 0024400 E C O M P I L E F i l e ) 234 0024420 U s e d t o r e c o m p i 0024440 l e a s i n g l e s o u r 0024460 c e c o d e f i l e F i l 0024500 e a f t e r o n e o r m 0024520 o r e o f i t s f u n c t 0024540 i o n s h a v e b e e n e 0024560 d i t e d u s i n g D E d i 0024600 t . \r R E C O M P I L E w o r 0024620 k s l i k e T C O M P L , 0024640 e x c e p t t h a t i t d 0024660 o e s n o t c o m p i l e 0024700 a l l f u n c t i o n s o n 0024720 F i l e . I n s t e a d 0024740 t h e f o l l o w i n g s c 0024760 h e m e i s u s e d : \r I f 0025000 t h e f u n c t i o n d e 0025020 f i n i t i o n i n t h e 0025040 v i r t u a l m e m o r y i 0025060 s a n E X P R ( i . e . , 0025100 i s n o t c o m p i l e d 0025120 c o d e ) , t h e n R E C 0025140 O M P I L E c o m p i l e s 0025160 t h a t d e f i n i t i o n 0025200 a n d w r i t e s i t t o 0025220 t h e o u t p u t D C O M 0025240 f i l e . [ A s i n d i c 0025260 a t e d a b o v e , f u n c 0025300 t i o n s a r e r e d e f i 0025320 n e d t o b e t h e i r 0025340 E X P R v e r s i o n ( s o 0025360 u r c e c o d e ) w h e n e 0025400 v e r t h e y a r e e d i 0025420 t e d u s i n g D E d i t . 0025440 ] \r I f t h e f u n c t i o 0025460 n d e f i n i t i o n i n 0025500 t h e v i r t u a l m e m o 0025520 r y i s N O T a n E X P 0025540 R , t h e n R E C O M P I L 0025560 E s i m p l y c o p i e s 0025600 t h e p r e v i o u s c o m 0025620 p i l e d d e f i n i t i o n 0025640 f r o m t h e p r e v i o 0025660 u s v e r s i o n o f t h 0025700 e D C O M c o r r e s p o n 0025720 d i n g t o F i l e . \r R E 0025740 C O M P I L E i s c o n s i 0025760 d e r a b l y f a s t e r t 0026000 h a n T C O M P L w h e n 0026020 o n l y o n e o r a f e 0026040 w f u n c t i o n d e f i n 0026060 i t i o n s h a v e b e e n 0026100 c h a n g e d b e c a u s e 0026120 i t d o e s n ' t r e c o 0026140 m p i l e f u n c t i o n s 0026160 t h a t h a v e n ' t c h a 0026200 n g e d . \r E x a m p l e \r 3 2 0026220 _ ( D E F I N E Q ( A A A ( 0026240 L A M B D A ( A B C ) ( 0026260 P L U S A B C ) ) ) ) \r ( 0026300 A A A ) \r 3 3 _ ( D E F I N E Q 0026320 ( B B B ( L A M B D A ( A 0026340 B C ) ( L I S T A B 0026360 C ) ) ) ) \r ( B B B ) \r 3 4 _ ( 0026400 S E T Q E X A M P L E C O M S 0026420 ' ( ( F N S A A A B B B ) 0026440 ( V A R S ( X Y Z 4 4 ) ) ) 0026460 ) \r ( ( F N S A A A B B B ) 0026500 ( V A R S ( X Y Z 4 4 ) ) 0026520 ) \r 3 5 _ ( M A K E F I L E ' 0026540 E X A M P L E ) \r { P H Y L U M 0026560 } < H A L A S Z > E X A M P L E 0026600 . ; 1 \r 3 6 _ ( T C O M P L ' 0026620 E x a m p l e ] \r l i s t i n g 0026640 ? n o \r r e d e f i n e ? y 0026660 e s \r s a v e e x p r s ? y 0026700 e s \r ( d w i m i f y i n g A 0026720 A A ) \r ( A A A ( A B C ) 0026740 ) \r ( A A A r e d e f i n e d 0026760 ) \r ( d w i m i f y i n g B B 0027000 B ) \r ( B B B ( A B C ) ) 0027020 \r ( B B B r e d e f i n e d ) 0027040 \r ( { P H Y L U M } < H A L A S 0027060 Z > E X A M P L E . D C O M ; 1 0027100 ) \r 3 7 _ D F [ A A A ] \r p r o 0027120 p u n s a v e d \r A A A \r 3 8 0027140 _ ( M A K E F I L E ' E X A M 0027160 P L E ) \r { P H Y L U M } < H A 0027200 L A S Z > E X A M P L E . ; 2 \r 0027220 3 9 _ ( R E C O M P I L E ' E 0027240 X A M P L E ] \r l i s t i n g ? 0027260 N \r r e d e f i n e ? Y \r s 0027300 a v e e x p r s ? Y \r ( d w 0027320 i m i f y i n g A A A ) \r ( A 0027340 A A ( A B C ) ) \r ( A A A 0027360 r e d e f i n e d ) \r B B B , 0027400 \r { P H Y L U M } < H A L A S 0027420 Z > E X A M P L E . D C O M ; 2 0027440 \r S p e c i a l C o n s i d e 0027460 r a t i o n s w h e n W r i 0027500 t i n g C o d e t o b e 0027520 C o m p i l e d \r I n t e r l i 0027540 s p t a k e s e v e r e f 0027560 f o r t t o m a k e c o m 0027600 p i l e d a n d i n t e r p 0027620 r e t e d c o d e t o t a l 0027640 l y i n t e r c h a n g e a b 0027660 l e . H o w e v e r , t h 0027700 e r e a r e s o m e w a y 0027720 s i n w h i c h t h i s 0027740 s i m p l y c a n n o t b e 0027760 d o n e . T h e f o l l 0030000 o w i n g a r e s o m e s 0030020 p e c i a l c o n s i d e r a 0030040 t i o n s i n v o l v e d i 0030060 n w r i t i n g c o d e t 0030100 h a t w i l l b e c o m p 0030120 i l e d . \r A l l o f t h e 0030140 s e c o n s i d e r a t i o n 0030160 s a r e o p t i o n a l . 0030200 T h e y a r e s i m p l y 0030220 w a y s o f t a k i n g 0030240 a d v a n t a g e o f f e a 0030260 t u r e a v a i l a b l e i 0030300 n c o m p i l e d b u t n 0030320 o t i n t e r p r e t e d c 0030340 o d e . \r \f G L O B A L V A R S 0030360 \r A s d e s c r i b e d a 0030400 b o v e , t h e c o m p i l 0030420 e r w r i t e s s p e c i a 0030440 l c o d e t o h a n d l e 0030460 m a n y o f t h e v a r 0030500 i a b l e r e f e r e n c e s 0030520 m o r e e f f i c i e n t l 0030540 y t h a n t h e s t a n d 0030560 a r d s t a c k s e a r c h 0030600 m e c h a n i s m . \r A s w 0030620 e d i s c u s s e d i n L 0030640 i s p C o u r s e # 3 4 , f 0030660 r e e v a r i a b l e r e f 0030700 e r e n c e i n i n t e r p 0030720 r e e t e d c o d e i s a 0030740 l w a y s d o n e t h r o u 0030760 g h a s t a c k s e a r c 0031000 h u n l e s s y o u u s e 0031020 t h e G E T T O P V A L / S 0031040 E T T O P V A L f u n c t i o 0031060 n s . I n t h e l a t e 0031100 r c a s e , t h e v a l u 0031120 e c e l l o f t h e a t 0031140 o m i s u s e d d i r e c 0031160 t l y w i t h o u t a n y 0031200 s t a c k s e a r c h . \r Y o 0031220 u h a v e a l i t t l e 0031240 m o r e c o n t r o l o v e 0031260 r t h i s p r o c e s s i 0031300 n c o d e p r o d u c e d 0031320 b y t h e c o m p i l e r . 0031340 I n p a r t i c u l a r , 0031360 y o u c a n d e c l a r e 0031400 a n y v a r i a b l e t o 0031420 b e a G L O B A L V A R . 0031440 \r D e c l a r i n g a v a r 0031460 i a b l e t o b e a G L 0031500 O B A L V A R t e l l s t h 0031520 e c o m p i l e r t h a t 0031540 w h e n e v e r t h a t v a 0031560 r i a b l e i s u s e d f 0031600 r e e l y i n a f u n c t 0031620 i o n , c o d e s h o u l d 0031640 b e g e n e r a t e d t o 0031660 d i r e c t l y a c c e s s 0031700 t h e v a l u e o f t h 0031720 e a t o m , s k i p p i n g 0031740 t h e s t a c k s e a r c 0031760 h . D e c l a r i n g a 0032000 v a r i a b l e t o b e a 0032020 G L O B A L V A R i s e s 0032040 s e n t i a l l y t e l l i n 0032060 g t h e c o m p i l e r t 0032100 o g e n e r a t e c o d e 0032120 t o d o a S E T T O P V A 0032140 L o r G E T T O P V A L 0032160 w h e n e v e r t h e v a r 0032200 i a b l e i s u s e d f r 0032220 e e l y . \r I f y o u d o n 0032240 ' t d e c l a r e a v a r 0032260 i a b l e t o b e a G L 0032300 O B A L V A R , t h e n t h 0032320 e c o m p i l e r w i l l 0032340 g e n e r a t e c o d e t o 0032360 d o t h e n o r m a l s 0032400 t a c k s e a r c h w h e n 0032420 i t e n c o u n t e r s t 0032440 h a t v a r i a b l e u s e 0032460 d f r e e l y . \r T h e r e 0032500 a r e s e v e r a l w a y s 0032520 t o d e c l a r e a v a 0032540 r i a b l e a s a G L O B 0032560 A L V A R : \r 1 ) P u t a 0032600 c l a u s e i n t h e C O 0032620 M S l i s t t h a t c o n 0032640 t a i n s t h e f u n c t i 0032660 o n s t h a t y o u w a n 0032700 t t o u s e t h a t v a 0032720 r i a b l e a s a G L O B 0032740 A L V A R . T h e c l a u 0032760 s e s h o u l d b e o f 0033000 t h e f o r m ( G L O B A L 0033020 V A R S V a r 1 V a r 2 . 0033040 . . ) . \r W h e n a n y o f 0033060 t h e f u n c t i o n s o 0033100 n t h e f i l e a r e c 0033120 o m p i l e d , f r e e v a 0033140 r i a b l e r e f e r e n c e 0033160 s f o r a n y v a r i a b 0033200 l e i n a G L O B A L V A 0033220 R S c l a u s e w i l l b 0033240 e c o m p i l e d a s g l 0033260 o b a l v a r i a b l e s . \r 0033300 2 ) P u t a p r o p e r t 0033320 y G L O B A L V A R w i t h 0033340 v a l u e T o n t h e 0033360 p r o p e r t y l i s t o f 0033400 t h e a t o m . A n y t 0033420 i m e t h e c o m p i l e r 0033440 r u n s a c r o s s t h i 0033460 s a t o m u s e d a s a 0033500 f r e e v a r i a b l e , 0033520 i t w i l l c o m p i l e 0033540 i t a s a g l o b a l v 0033560 a r i a b l e . \r 3 ) A d d 0033600 t h e a t o m t o t h e 0033620 g l o b a l l i s t G L O B 0033640 A L V A R S . A n y t i m e 0033660 t h e c o m p i l e r r u n 0033700 s a c r o s s t h i s a t 0033720 o m u s e d a s a f r e 0033740 e v a r i a b l e , i t w 0033760 i l l c o m p i l e i t a 0034000 s a g l o b a l v a r i a 0034020 b l e . \r M a c r o s \r A m a 0034040 c r o i s a L i s p f o 0034060 r m t h a t i s e v a l u 0034100 a t e d a t c o m p i l e 0034120 t i m e t o p r o d u c e 0034140 a L i s p f o r m t h a t 0034160 i s i n t u r n c o m p 0034200 i l e d . \r T h e e v a l u a 0034220 t i o n o f a m a c r o 0034240 t o p r o d u c e t h e f 0034260 o r m t o b e c o m p i l 0034300 e d i s c a l l e d e x p 0034320 a n d i n g t h e m a c r o 0034340 . \r F o r e x a m p l e : ( 0034360 L I S T ( C A R ' ( P L U S 0034400 D I F F E R E N C E ) ) A 0034420 B ) m i g h t b e a m a 0034440 c r o t h a t w h e n e x 0034460 p a n d e d r e t u r n s t 0034500 h e L i s p f o r m ( P L 0034520 U S 3 3 C ) g i v e n t 0034540 h a t t h e v a l u e o f 0034560 A i s 3 3 a n d B i 0034600 s C w h e n t h e m a c 0034620 r o i s e x p a n d e d . \r 0034640 N o t e t h a t t h e f o 0034660 r m t h a t g e t s e n t 0034700 e r e d i n t o t h e c o 0034720 m p i l e d f u n c t i o n 0034740 i s ( P L U S 3 3 C ) . 0034760 W h e n t h i s c o m p i 0035000 l e d f u n c t i o n l a t 0035020 e r g e t s e v a l u a t e 0035040 d , t h e v a r i a b l e s 0035060 A a n d B h a v e n o 0035100 e f f e c t w h a t s o e v 0035120 e r , o n l y t h e v a r 0035140 i a b l e C ( w h i c h d 0035160 i d n ' t a p p e a r i n 0035200 t h e m a c r o d e f i n i 0035220 t i o n a t a l l ) i s 0035240 r e l e v e a n t t o t h e 0035260 e v a l u a t i o n . \r C o n 0035300 t r a s t t h e c o n c e p 0035320 t o f a m a c r o w i t 0035340 h t h e f o l l o w i n g 0035360 L i s p c o n s t r u c t i o 0035400 n : \r ( E V A L ( L I S T ( 0035420 C A R ' ( P L U S D I F F E 0035440 R E N C E ) ) A B ) ) \r W h 0035460 e n t h i s f o r m i s 0035500 e v a l u a t e d , t h e i 0035520 n n e r L I S T f u n c t i 0035540 o n r e t u r n s ( P L U S 0035560 5 6 ) g i v e n t h a t 0035600 t h e v a l u e o f A 0035620 i s 5 a n d B i s 6 . 0035640 T h i s f o r m i s t 0035660 h e n e v a l u a t e d b y 0035700 E V A L . \r N o t e t h a t 0035720 i f t h i s f o r m w e 0035740 r e c o m p i l e d , i t 0035760 w o u l d b e c o m p i l e 0036000 d e x a c t l y a s i s . 0036020 T h e v a l u e o f A 0036040 a n d B w o u l d n o t 0036060 e n t e r i n t o t h e 0036100 c o m p i l i n g p r o c e s 0036120 s b u t w o u l d a p p e 0036140 a r a s v a r i a b l e s 0036160 i n t h e c o m p i l e d 0036200 d e f i n i t i o n ( a s t 0036220 h e y a r e i n t h e s 0036240 o u r c e d e f i n i t i o n 0036260 ) . T h e v a l u e o f 0036300 A a n d B a r e t h e 0036320 n u s e d a t e v a l u a 0036340 t i o n t i m e , i . e . , 0036360 w h e n t h e c o m p i l 0036400 e d f o r m i s b e i n g 0036420 e v a l u a t e d . \r C o m p 0036440 i l e r m a c r o s a r e 0036460 a n i m p o r t a n t p a r 0036500 t o f m o s t L i s p d 0036520 i a l e c t s . U n f o r t 0036540 u n a t e l y , i n I n t e 0036560 r l i s p t h e y a r e r 0036600 e l a t i v e l y p o o r l y 0036620 i m p l e m e n t e d a n d 0036640 v e r y c l u m s y t o 0036660 u s e . T h e r e f o r e , 0036700 m a c r o s a r e n o t 0036720 u s e d w i t h h i g h f 0036740 r e q u e n c y i n I n t e 0036760 r l i s p . \r U s i n g M a c 0037000 r o s \r M a c r o s a r e u 0037020 s e d v e r y m u c h l i 0037040 k e f u n c t i o n s 234 i 0037060 n f a c t m a n y o f t 0037100 h e I n t e r l i s p " f u 0037120 n c t i o n s " w e h a v e 0037140 t a l k e d a b o u t a r 0037160 e i n f a c t i m p l e m 0037200 e n t e d a s m a c r o s . 0037220 \r E x a m p l e : I f T e 0037240 s t L i s t i s a m a c r 0037260 o n a m e , t h e n ( T e 0037300 s t L i s t A B C ) w o 0037320 u l d b e a f o r m t h 0037340 a t c a l l s t h a t m a 0037360 c r o . \r T h e n a m e T e 0037400 s t L i s t c u e s t h e 0037420 i n t e r p r e t e r o r t 0037440 h e c o m p i l e r t h a t 0037460 t h e T e s t L i s t m a 0037500 c r o s h o u l d b e e x 0037520 p a n d e d u s i n g A B 0037540 C a s a r g u m e n t s 0037560 t o t h e e x p a n s i o n 0037600 . ( E x p a n s i o n i s 0037620 d e s c r i b e d b e l o w . 0037640 ) \r T h e f o r m t h a t 0037660 a c t u a l l y g e t s e v 0037700 a l u a t e d o r c o m p i 0037720 l e d i s t h e f o r m 0037740 t h a t r e s u l t s f r o 0037760 m t h i s e x p a n s i o n 0040000 . \r T h e o r i g i n a l f 0040020 o r m ( T e s t L i s t A 0040040 B C ) i s b a s i c a l l 0040060 y i g n o r e d . \r T h e c 0040100 o m p i l e r a n d t h e 0040120 i n t e r p r e t e r t r e a 0040140 t m a c r o s s l i g h t l 0040160 y d i f f e r e n t l y : \r W 0040200 h e n e v e r h e c o m p i 0040220 l e r e n c o u n t e r s a 0040240 f o r m , i t f i r s t 0040260 c h e c k s t o s e e i f 0040300 t h e C A R o f t h e 0040320 f o r m i s a n a t o m 0040340 w i t h a m a c r o d e f 0040360 i n i t i o n . I f s o , 0040400 i t e x p a n d s t h e 0040420 m a c r o ( a s d e s c r i 0040440 b e d b e l o w ) a n d c 0040460 o m p i l e s t h e r e s u 0040500 l t o f t h i s e x p a n 0040520 s i o n i n s t e a d o f 0040540 t h e o r i g i n a l f o r 0040560 m . \r I f t h e r e i s 0040600 n o m a c r o d e f i n i 0040620 t i o n , t h e n t h e c 0040640 o m p l i e r l o o k s t o 0040660 s e e i f t h e C A R 0040700 h a s a f u n c t i o n d 0040720 e f i n i t i o n . \r I n c o 0040740 n t r a s t , t h e i n t e 0040760 r p r e t e r l o o k s f i 0041000 r s t f o r a f u n c t i 0041020 o n d e f i n i t i o n a n 0041040 d o n l y i f o n e i s 0041060 n o t f o u n d d o e s 0041100 i t l o o k f o r a m a 0041120 c r o d e f i n i t i o n f 0041140 o r t h e C A R o f a 0041160 f o r m . I f i t n e e 0041200 d s a n d f i n d s a m 0041220 a c r o d e f i n i t i o n , 0041240 i t e x p a n d s t h e 0041260 m a c r o ( a s d e s c r i 0041300 b e d b e l o w ) a n d e 0041320 v a l u a t e s t h e r e s 0041340 u l t o f t h i s e x p a 0041360 n s i o n i n p l a c e o 0041400 f t h e o r i g i n a l f 0041420 o r m . \r D e f i n i n g m 0041440 a c r o s a n d m a c r o 0041460 e x p a n s i o n \r T o d e f 0041500 i n e a m a c r o , y o u 0041520 n e e d t o p u t a m 0041540 a c r o d e f i n i t i o n 0041560 o n t o t h e p r o p e r t 0041600 y l i s t o f t h e m a 0041620 c r o ' s n a m e u n d e r 0041640 t h e p r o p e r t y M A 0041660 C R O ( o r D M A C R O ) . 0041700 \r T h e d e f i n i t i o n 0041720 s h o u l d b e a n L i s 0041740 p f o r m w i t h o n e 0041760 o f t h e f o l l o w i n g 0042000 f o r m a t s : \r ( L i s t 0042020 S E x p r e s s i o n ) 234 t 0042040 h i s i s c a l l e d a 0042060 s u b s t i t u t i o n m a c 0042100 r o . W h e n t h i s m 0042120 a c r o i s e x p a n d e d 0042140 , e a c h t i m e a n a 0042160 t o m a p p e a r i n g i n 0042200 L i s t a p p e a r s i n 0042220 S E x p r e s s i o n , t h 0042240 e c o r r e s p o n d i n g 0042260 a r g u m e n t f r o m t h 0042300 e m a c r o c a l l ( e . 0042320 g . , t h e A B C i n 0042340 ( T e s t L i s t A B C 0042360 ) ) i s s u b s t i t u t 0042400 e d i n i t s p l a c e . 0042420 T h e r e s u l t i s 0042440 S E x p r e s s i o n w i t h 0042460 t h e s e s u b s t i t u t 0042500 i o n s . \r E x a m p l e : \r I 0042520 f ( P U T P R O P ' A D D 2 0042540 ' M A C R O ' ( ( X ) ( P 0042560 L U S X 2 ) ) ) \r T h e n 0042600 ( A D D 2 ( C A R Z ) ) w 0042620 o u l d e x p a n d t o ( 0042640 P L U S ( C A R Z ) 2 ) \r 0042660 ( L i t A t o m S E x p r e s 0042700 s i o n ) 234 W h e n t h i 0042720 s m a c r o i s e x p a n 0042740 d e d , L i t A t o m i s 0042760 b o u n d t o t h e C D R 0043000 o f t h e c a l l i n g 0043020 f o r m . S E x p r e s s i 0043040 o n i s t h e n e v a l u 0043060 a t e d . T h e r e s u l 0043100 t o f t h e e x p a n s i 0043120 o n i s t h e r e s u l t 0043140 o f t h i s e v a l u a t 0043160 i o n . \r T h i s f o r m 0043200 a t a l l o w s y o u t o 0043220 c o m p u t e t h e S E x 0043240 p r e s s i o n t o b e c 0043260 o m p i l e d ( o r e v a l 0043300 u a t e d ) . \r E x a m p l e : 0043320 \r I f ( P U T P R O P ' L I 0043340 S T ' M A C R O ' ( A r g s 0043360 \r ( L E T ( ( C o n s L i s 0043400 t ( C O N S N I L N I L ) 0043420 ) ) \r ( F O R I t e m I N 0043440 ( R E V E R S E A r g s ) \r 0043460 D O ( S E T Q C o n s L i s 0043500 t \r ( C O N S \r ( C O N 0043520 S ( Q U O T E C O N S ) \r ( 0043540 C O N S I t e m C o n s L i 0043560 s t ) ) \r N I L ) ) ) \r ( C A R 0043600 C o n s L i s t ) ) \r T h e n 0043620 : ( L I S T 1 2 3 ) w 0043640 o u l d e x p a n d t o ( 0043660 C O N S 1 ( C O N S 2 ( 0043700 C O N S 3 N I L ) ) ) . \r ( 0043720 L A M B D A P a r a m L i s t 0043740 F u n c t i o n D e f i n i t 0043760 i o n ) 234 W h e n t h i s 0044000 m a c r o i s e x p a n d 0044020 e d , i t s i m p l y r e 0044040 t u r n s t h e f u n c t i 0044060 o n c a l l f o r m g e n 0044100 e r a t e d b y u s i n g 0044120 t h e L A M B D A e x p r e 0044140 s i o n a s t h e C A R 0044160 o f t h e f o r m a n d 0044200 t h e a r g u m e n t s t o 0044220 t h e m a c r o c a l l 0044240 a s t h e C D R o f t h 0044260 e f o r m . \r E x a m p l e : 0044300 \r I f ( P U T P R O P ' A B 0044320 S ' M A C R O ' ( L A M B D 0044340 A ( X ) ( C O N D ( ( G R 0044360 E A T E R P X 0 ) X ) ( T 0044400 ( M I N U S X ) ) ) ) ) \r T 0044420 h e n ( A B S ( C A R ( L 0044440 I S T 1 3 ) ) ) w o u l d 0044460 e x p a n d t o ( ( L A M 0044500 B D A ( X ) ( C O N D ( ( 0044520 G R E A T E R P X 0 ) X ) 0044540 ( T ( M I N U S X ) ) ) ) ) 0044560 ( C A R ( L I S T 1 3 ) 0044600 ) ) \r T h e p u r p o s e o 0044620 f t h i s i s t o a v o 0044640 i d t h e e x p e n s e o 0044660 f a f u n c t i o n c a l 0044700 l i n t h e c o m p i l e 0044720 d c o d e , b u t t o m 0044740 a k e t h e s o u r c e c 0044760 o d e l o o k a n d f u n 0045000 c t i o n j u s t l i k e 0045020 a f u n c t i o n c a l l . 0045040 \r T h e m a c r o e x p a n 0045060 s i o n t a k e s c a r e 0045100 o f t u r n i n g t h e ( 0045120 A B S . . ) f o r m i n t 0045140 o a n e q u i v a l e n t 0045160 f o r m t h a t d o e s n 0045200 o t r e q u i r e a f u n 0045220 c t i o n c a l l w h e n 0045240 c o m p i l e d . \r T h e 0045260 b o t t o m l i n e o n I 0045300 n t e r l i s p m a c r o s \r 0045320 I n s e v e r a l y e a r s 0045340 o f I n t e r l i s p p r 0045360 o g r a m m i n g , I h a v 0045400 e w r i t t e n o n l y t 0045420 w o m a c r o s . \r O n t h 0045440 e o t h e r h a n d , t h 0045460 e r e a r e o t h e r s , 0045500 e s p e c i a l l y t h o s e 0045520 w h o w e r e b r o u g h 0045540 t u p i n o t h e r L i 0045560 s p d i a l e c t s , w h o 0045600 u s e m a c r o s q u i t 0045620 e a b i t . \r M A S T E R S 0045640 C O P E \r M A S T E R S C O P E 0045660 i s a v e r y h a n d y 0045700 I n t e r l i s p p a c k a 0045720 g e t h a t c o m e s l o 0045740 a d e d w i t h e v e r y 0045760 s t a n d a r d I n t e r l i 0046000 s p s y s o u t . \r M A S T E 0046020 R S C O P E w i l l a n a l 0046040 y z e f u n c t i o n s f o 0046060 r y o u , s t o r e t h e 0046100 s e a n a l y s e s i n a 0046120 d a t a b a s e , a n d t 0046140 h e n a l l o w y o u t o 0046160 a s k q u e s t i o n s a 0046200 b o u t t h e a n a l y z e 0046220 d f u n c t i o n s a n d 0046240 t h e i r r e l a t i o n s h 0046260 i p s . \r T h e f o l l o w i 0046300 n g w i l l b e a v e r 0046320 y b r i e f d e s c r i p t 0046340 i o n o f s o m e o f t 0046360 h e c o m m a n d s a v a i 0046400 l a b l e i n M A S T E R S 0046420 C O P E . T h e w h o l e 0046440 p a c k a g e i s f a i r 0046460 l y c o m p l e x a n d w 0046500 i l l n o t b e c o v e r 0046520 e d i n d e t a i l h e r 0046540 e ( b u t s e e C h a p t 0046560 e r 1 3 o f t h e I R M 0046600 ) . \r M A S T E R S C O P E h 0046620 a s " E n g l i s h - l i k e 0046640 " c o m m a n d s i m p l e 0046660 m e n t e d a s a s i n g 0046700 l e N L A M B D A - N o S p r 0046720 e a d f u n c t i o n w h o 0046740 s e n a m e i s " . " . 0046760 T h u s a l l M A S T E R 0047000 S C O P E c o m m a n d s c 0047020 o n s i s t o f a p e r i 0047040 o d f o l l o w e d b y a 0047060 c o m m a n d o r " q u e 0047100 s t i o n " . \r T h e f o l l 0047120 o w i n g a r e s o m e o 0047140 f t h e u s e f u l c o m 0047160 m a n d s : \r ( . A N A L Y Z 0047200 E A L L O N F i l e ) 234 0047220 a n a l y z e s a l l o f 0047240 t h e f u n c t i o n s o 0047260 n t h e s o u r c e f i l 0047300 e F i l e . T h i s i s 0047320 u s u a l l y t h e f i r 0047340 s t c o m m a n d i n a 0047360 M A S T E R S C O P E a n a l 0047400 y s i s o f a s e t o f 0047420 f u n c t i o n s . \r E x a m 0047440 p l e : ( . A N A L Y Z E 0047460 A L L O N H O M E W O R K 0047500 3 4 ) \r ( . S H O W P A T H 0047520 S F R O M F u n c t i o n ) 0047540 234 o p e n s a w i n d o 0047560 w t h a t s h o w s a g 0047600 r a p h o f a l l t h e 0047620 ( a n a l y z e d ) f u n c t 0047640 i o n s t h a t a r e c a 0047660 l l e d d i r e c t l y o r 0047700 i n d i r e c t l y f r o m 0047720 F u n c t i o n . \r E x a m p 0047740 l e : ( . S H O W P A T 0047760 H S F R O M L C . E v a l ) 0050000 \r \0 001 \0 \0 001 A \0 303 \0 001 " " " " " 0050020 " " " " " " " " " " " " " " " " * 0050060 " " " \0 \0 277 377 377 377 377 377 377 377 377 377 377 0050100 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 0050120 377 377 377 377 377 377 377 377 377 377 377 377 374 200 \0 277 0050140 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 0050160 377 377 377 377 377 372 252 252 252 252 252 252 252 252 252 252 0050200 252 252 252 252 252 252 254 200 \0 > 003 375 370 002 377 | 0050220 177 340 030 \a 360 } 377 277 277 374 037 360 \a 377 377 275 0050240 U U U U U U U U U U U U U U U U 0050260 ^ \0 \0 > 375 375 377 276 377 s 237 357 373 373 317 234 0050300 377 ? 277 363 357 367 377 377 377 275 U U U U U U 0050320 U U U U U U U U U U ^ \0 \0 276 376 372 0050340 377 276 377 o 357 357 373 375 337 334 377 ? 277 367 367 367 0050360 377 377 377 272 252 252 252 252 252 252 252 252 252 252 252 252 0050400 252 252 252 252 254 200 \0 276 376 372 377 276 377 o 357 357 0050420 373 375 277 355 ~ 277 277 357 367 367 376 373 207 272 252 252 0050440 252 252 252 252 252 252 252 252 252 252 252 252 252 252 254 200 0050460 \0 > 376 367 177 276 377 w 377 357 373 373 277 355 ~ 277 0050500 277 357 377 367 376 373 { 275 U U U U U U U U 0050520 U U U U U U U U ^ \0 \0 > 375 367 177 276 0050540 \0 x ? 340 8 003 277 355 275 277 277 357 377 360 017 v 0050560 373 275 U U U U U U U U U U U U U U 0050600 U U ^ \0 \0 276 003 357 277 276 377 177 337 357 373 375 0050620 277 355 275 277 277 357 377 367 377 w 343 272 252 252 252 252 0050640 252 252 252 252 252 252 252 252 252 252 252 252 254 200 \0 276 0050660 377 340 ? 276 377 177 357 357 373 375 277 355 333 277 277 357 0050700 367 367 377 257 033 272 252 252 252 252 252 252 252 252 252 252 0050720 252 252 252 252 252 252 254 200 \0 > 377 337 337 276 377 o 0050740 357 357 373 375 337 335 333 277 277 367 367 367 377 256 373 275 0050760 U U U U U U U U U U U U U U U U 0051000 ^ \0 \0 > 377 337 337 276 377 w 337 357 373 375 317 235 0051020 347 277 277 363 357 7 377 336 363 275 U U U U U U 0051040 U U U U U U U U U U ^ \0 \0 276 377 277 0051060 357 276 377 x ? 357 373 375 360 } 347 277 200 | 037 0 0051100 \a 337 \t 272 252 252 252 252 252 252 252 252 252 252 252 252 0051120 252 252 252 252 254 200 \0 277 377 377 377 377 377 377 377 377 0051140 377 377 377 377 377 377 377 377 377 377 377 377 377 372 252 252 0051160 252 252 252 252 252 252 252 252 252 252 252 252 252 252 254 200 0051200 \0 ? 377 377 377 377 377 377 377 377 377 377 377 377 377 377 0051220 377 377 377 377 377 377 377 375 U U U U U U U U 0051240 U U U U U U U U ^ \0 \0 ? 377 377 377 377 0051260 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 0051300 377 375 U U U U U U U U U U U U U U 0051320 U U ^ \0 \0 277 377 377 377 377 377 377 377 377 377 377 0051340 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 0051360 377 377 377 377 377 377 377 377 377 377 377 377 374 200 \0 260 0051400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0051440 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0051460 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0051520 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0051540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0051560 \0 \0 \0 017 377 377 377 377 377 \0 016 \0 \0 260 \0 \0 0051600 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0051620 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \b \0 \0 0051640 \0 \0 001 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0051660 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0051700 \0 \0 \0 \0 \0 \0 \0 \b \0 \0 \0 \0 001 \0 \f 200 0051720 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0051740 \0 \0 \0 \0 \0 \0 \b 0 022 004 \b 001 \0 \0 \0 \0 0051760 \0 \n \f \a \0 @ 001 \0 016 \0 \0 0 \0 \0 \0 \0 0052000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052020 \b H 022 004 \0 001 \0 \0 \0 \0 \0 \n 022 004 200 \0 0052040 ! \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052060 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \b @ 022 347 031 307 0052100 \0 \0 \0 \0 \0 \n 020 004 270 316 q \0 \f 200 \0 260 0052120 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052140 \0 \0 \0 \0 ( @ 022 224 211 ) ? 377 377 377 377 372 0052160 020 \a $ I ! \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0052200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 H @ 0052220 022 224 211 ) \0 \0 \0 \0 \0 \n 020 004 I ! \0 0052240 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052260 \0 \0 \0 \0 \0 \0 \0 \0 210 I 022 224 211 ) \0 \0 0052300 \0 \0 \0 \n 022 D I ) \0 016 \0 \0 260 \0 \0 0052320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052340 \0 001 017 1 \f 227 \t ' \0 \0 \0 \0 \0 \v 314 D 0052360 I 021 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0052400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 002 \0 \0 \0 \0 0052420 \0 \0 \0 \0 \0 \0 \0 \b \0 \0 \0 \0 001 \0 \f 200 0052440 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052460 \0 \0 \0 \0 \0 004 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052500 \0 \b \0 \0 \0 \0 001 \0 016 \0 \0 0 \0 \0 \0 \0 0052520 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 0052540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \b \0 \0 \0 \0 0052560 001 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052600 \0 \0 \0 \0 \0 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 \0 0052620 \0 \0 \0 \0 \0 017 377 377 377 377 377 \0 \f 200 \0 260 0052640 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052660 \0 \0 \0 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052700 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0052720 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052740 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0052760 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0053000 \0 \0 \0 \0 \0 \0 \0 @ \0 \0 \0 \0 \0 \0 \0 \0 0053020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0053040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0053060 \0 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0053100 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0053120 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 \0 \0 \0 \0 \0 0053140 \0 \0 \0 \0 \0 \0 ? 377 377 377 377 374 \0 \0 \f 200 0053160 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0053200 \0 \0 \0 \0 002 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0053220 \0 \0 \0 \0 004 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0053240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 \0 0053260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 0053300 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0053320 \0 \0 \0 \0 \0 \0 \0 \0 \b \0 \b 0 034 004 \0 0053340 \0 \0 \0 \0 ( 0 034 001 \0 004 \0 \0 \f 200 \0 260 0053360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0053400 \0 \0 020 \0 \b H 022 \0 004 \0 \0 \0 \0 \0 ( H 0053420 022 \0 \0 204 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0053440 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 020 \0 \b @ 0053460 022 g 034 \0 \0 \0 \0 \0 ( @ 022 343 9 304 \0 \0 0053500 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0053520 \0 \0 \0 \0 \0 \0 \0 ( @ 034 $ 244 377 377 377 0053540 377 377 350 @ 034 221 $ 204 \0 \0 016 \0 \0 260 \0 \0 0053560 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0053600 @ \0 310 @ 022 $ 244 \0 \0 \0 \0 \0 ( @ 020 201 0053620 $ 204 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0053640 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 200 001 \b I 022 $ 0053660 244 \0 \0 \0 \0 \0 ( I 020 201 $ 244 \0 \0 \f 200 0053700 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0053720 \0 \0 \0 001 \0 006 017 1 034 $ 234 \0 \0 \0 \0 \0 0053740 / 1 020 201 $ D \0 \0 016 \0 \0 0 \0 \0 \0 \0 0053760 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 002 \0 \b 0054000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 0054020 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0054040 \0 \0 \0 \0 \0 \0 \0 004 \0 0 \0 \0 \0 \0 \0 \0 0054060 \0 \0 \0 \0 \0 \0 \0 \0 004 \0 \0 \f 200 \0 260 0054100 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0054120 \0 \b \0 @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0054140 \0 \0 \0 004 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0054160 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 020 001 200 \0 \0 0054200 \0 \0 \0 \0 \0 \0 \0 \0 ? 377 377 377 377 374 \0 \0 0054220 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 377 377 0054240 377 377 374 \0 \0 002 \0 \0 \0 \0 \0 \0 \0 \0 \0 0054260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0054300 \0 \0 \0 \0 \0 \0 \0 001 \0 \0 \0 \0 004 \0 \0 @ 0054320 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0054340 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0054360 \0 001 \0 \0 \0 \0 004 \0 \0 200 020 \0 \0 \0 \0 \0 0054400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0054420 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 A 200 360 \0 0054440 304 \0 \0 200 ` \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0054460 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0054500 \0 \0 \0 \0 \0 001 B @ 200 \0 D \0 001 \0 200 \0 0054520 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 037 377 374 0054540 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 0054560 B \0 204 230 D \0 002 003 \0 \0 \0 \0 \0 \0 \0 \0 0054600 \0 \0 \0 \0 \0 \0 \0 020 \0 004 \0 \0 \f 200 \0 260 0054620 \0 \0 \0 \0 \0 \0 \0 \0 \0 003 B \0 344 204 D \0 0054640 004 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0054660 \0 020 \0 004 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0054700 \0 \0 \0 005 B \0 204 234 D \0 \b 020 \0 \0 \b 0 0054720 020 \0 @ 001 200 \0 \0 \0 \0 \0 024 = 364 \0 \0 0054740 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 005 B H 0054760 203 $ D \0 020 ` \0 \0 \b H 020 \0 \0 240 \0 200 0055000 \0 \0 \0 \0 \0 024 D \0 \0 016 \0 \0 260 \0 \0 0055020 \0 \0 \0 \0 \0 \0 \0 \t y 210 363 032 D \0 200 0055040 \0 \0 \b @ 020 c 270 256 p 222 \0 \0 \0 \0 \0 024 0055060 D \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0055100 \0 021 \0 \0 \0 \0 004 \0 C \0 \0 \0 350 @ 020 $ 0055120 $ 251 H 222 177 377 377 377 377 364 8 D \0 \0 \f 200 0055140 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 021 \0 \0 \0 \0 0055160 004 \0 204 \0 \0 017 \b @ 020 # % 371 H 222 \0 \0 0055200 \0 \0 \0 024 D \0 \0 016 \0 \0 0 \0 \0 \0 \0 0055220 \0 \0 \0 \0 \0 ! \0 \0 \0 \0 004 001 030 \0 001 360 0055240 \b I 020 245 031 H 212 \0 \0 \0 \0 \0 024 D 0055260 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 \0 A 0055300 377 377 377 377 374 002 \0 036 \0 017 1 036 ' 9 036 0055320 p 204 \0 \0 \0 \0 \0 027 274 D \0 \0 \f 200 \0 260 0055340 \0 \0 \0 \0 \0 \0 \0 \0 \0 @ \0 \0 \0 \0 \0 002 0055360 300 003 340 \0 \0 \0 \0 \0 \b @ \b \0 \0 \0 \0 0055400 \0 020 \0 004 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0055420 \0 \0 \0 200 \0 \0 \0 \0 \0 005 \0 | \0 \0 \0 \0 0055440 \0 \0 \b @ 020 \0 \0 \0 \0 \0 020 \0 004 \0 \0 0055460 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 001 \0 203 \0 0055500 @ 001 200 016 \a 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0055520 \0 \0 \0 \0 \0 020 \0 004 \0 \0 016 \0 \0 260 \0 \0 0055540 \0 \0 \0 \0 \0 \0 001 \0 204 200 240 \0 200 030 370 \0 0055560 \0 \0 037 377 377 377 377 300 \0 \0 \0 \0 \0 \0 \0 037 0055600 377 374 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0055620 002 \0 204 \0 256 p 222 ? \0 \0 \0 \0 020 \0 \0 \0 0055640 \0 @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0055660 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 004 002 204 \0 251 H 0055700 222 ~ \0 \0 \0 \0 020 \0 \0 \0 \0 @ \0 \0 \0 \0 0055720 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0055740 \0 \0 \0 \0 004 004 204 001 371 H 222 9 377 200 \0 \0 0055760 024 030 017 \0 \f @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0056000 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 \b \b 0056020 204 221 031 H 212 037 \0 177 340 \0 024 $ \b \0 004 @ 0056040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0056060 \0 \0 \0 \0 \0 \0 \0 \0 020 020 363 021 036 p 204 \f 0056100 300 \0 037 370 024 \b I 204 @ \0 \0 \0 \0 \0 \0 0056120 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0056140 \0 \0 020 020 \0 \0 \b @ \b \a 0 \0 \0 \a 364 0056160 016 H D @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0056200 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0056220 \b @ 020 002 216 \0 \0 \0 024 \b I 304 @ \0 \0 0056240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0056260 \0 \0 \0 \0 \0 \0 @ @ \0 \0 \0 \0 \0 001 A 200 0056300 \0 \0 024 $ 210 2 D @ \0 \0 \0 \0 \0 \0 \0 \0 0056320 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0056340 @ 200 \0 \0 \0 \0 \0 \0 260 p \0 \0 027 230 217 1 0056360 244 @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0056400 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 201 \0 \0 \0 \0 \0 0056420 \0 \0 210 \f \0 \0 020 \0 \0 \0 \0 @ \0 \0 \0 \0 0056440 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0056460 \0 \0 \0 001 002 \0 \0 \0 \0 \0 \0 \0 D 003 \0 \0 0056500 020 \0 \0 \0 \0 @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0056520 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 001 004 \0 0056540 \0 \0 \0 \0 \0 \0 # \0 340 \0 020 \0 \0 \0 \0 @ 0056560 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0056600 \0 \0 \0 \0 \0 \0 \0 002 004 \0 \0 \0 \0 \0 \0 \0 0056620 020 200 030 \0 037 377 377 377 377 300 \0 \0 \0 \0 \0 \0 0056640 003 377 377 377 377 377 314 200 \0 0 \0 \0 \0 \0 \0 \0 0056660 \0 004 \b \0 \0 \0 \0 \0 \0 \0 \b ` \a \0 \0 \0 0056700 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 002 \0 \0 \0 \0 \0 0056720 N \0 \0 0 \0 \0 \0 \0 \0 \0 \0 004 020 \0 \0 \0 0056740 \0 \0 \0 \0 004 020 \0 300 \0 \0 \0 \0 \0 \0 \0 \0 0056760 \0 \0 \0 \0 002 \0 \0 \0 \0 \0 N \0 \0 260 \0 \0 0057000 \0 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 \0 \0 002 \b 0057020 \0 0 \b 0 \f \0 " 006 \0 \0 \0 \0 \0 \0 002 203 0057040 001 300 020 \0 L 200 \0 260 \0 \0 \0 \0 \0 \0 \0 020 0057060 @ \0 \0 \0 \0 \0 \0 \0 001 006 \0 016 \b H 022 002 0057100 " 002 \0 \0 \0 \0 \0 \0 002 204 201 \0 \b L 200 0057120 \0 0 \0 \0 \0 \0 \0 \0 \0 020 200 \0 \0 \0 \0 \0 0057140 \0 \0 \0 201 \0 001 210 @ 020 g 6 302 I 200 \0 \0 0057160 \0 \0 002 204 001 . 3 234 N \0 \0 0 \0 \0 \0 \0 0057200 \0 \0 \0 ! \0 \0 \0 \0 \0 \0 \0 \0 \0 @ 200 \0 0057220 h @ \f 222 6 " J O 377 377 377 377 376 204 001 311 0057240 022 H N \0 \0 260 \0 \0 \0 \0 \0 \0 \0 A \0 \0 0057260 \0 \0 \0 \0 \0 \0 \0 ` \0 \b @ 002 342 024 342 0057300 K 200 \0 \0 \0 \0 002 204 001 \b 022 H L 200 \0 260 0057320 \0 \0 \0 \0 \0 \0 \0 202 \0 \0 \0 \0 \0 \0 \0 \0 0057340 \0 020 020 \0 \b I 022 202 235 " J \0 \0 \0 \0 \0 0057360 002 204 221 \b 022 J L 200 \0 0 \0 \0 \0 \0 \0 \0 0057400 \0 204 \0 \0 \0 \0 \0 \0 \0 \0 \0 \b \f \0 017 1 0057420 \f a \b 322 9 200 \0 \0 \0 \0 002 363 021 \b 022 D 0057440 N \0 \0 0 \0 \0 \0 \0 \0 \0 001 \b \0 \0 \0 \0 0057460 \0 \0 \0 \0 \0 004 002 \0 \0 \0 \0 \0 \0 \0 \0 \0 0057500 \0 \0 \0 \0 002 \0 \0 \0 \0 \0 N \0 \0 260 \0 \0 0057520 \0 \0 \0 \0 002 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 002 0057540 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 002 \0 0057560 \0 \0 \0 \0 L 200 \0 260 \0 \0 \0 \0 \0 \0 002 0057600 \0 \0 \0 \0 \0 \0 \0 \0 \0 002 \0 300 \0 \0 \0 \0 0057620 \0 \0 \0 \0 \0 \0 \0 \0 002 \0 \0 \0 \0 \0 L 200 0057640 \0 0 \0 \0 \0 \0 \0 \0 004 \0 \0 \0 \0 \0 \0 0057660 \0 \0 \0 001 \0 037 377 374 \0 \0 \0 \0 \0 \0 \0 0057700 \0 \0 003 377 377 377 377 377 316 \0 \0 0 \0 \0 \0 \0 0057720 \0 \0 \b @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 200 020 0057740 020 \0 004 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0057760 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \b 200 \0 \0 0060000 \0 \0 \0 \0 \0 \0 \0 \0 @ \f 020 \0 004 \0 \0 \0 0060020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0060040 \0 \0 \0 \0 \0 \0 021 \0 \0 \0 \0 \0 \0 \0 \0 \0 0060060 \0 \0 002 024 = 364 \0 \0 \0 \0 \0 \0 \0 \0 \0 0060100 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0060120 " \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 020 001 024 0060140 D \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0060160 016 \0 \0 0 \0 \0 \0 \0 \0 \0 $ \0 \0 \0 \0 \0 0060200 \0 \0 \0 \0 \0 \0 \b \0 324 D \0 \0 \0 \0 \0 0060220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0060240 \0 \0 \0 \0 H \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0060260 004 \0 4 8 D \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0060300 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 210 \0 0060320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 002 \0 024 D \0 0060340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0060360 \0 0 \0 \0 \0 \0 \0 \0 220 \0 \0 \0 \0 \0 \0 \0 0060400 \0 \0 \0 \0 001 \0 024 D \0 \0 \0 \0 \0 \0 \0 0060420 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0060440 \0 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 200 0060460 027 274 D \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0060500 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 002 @ \0 \0 \0 0060520 \0 \0 \0 \0 \0 \0 \0 \0 \0 @ 020 \0 004 \0 \0 \0 0060540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0060560 \0 \0 \0 \0 \0 002 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 0060600 \0 \0 \0 020 \0 004 \0 \0 \0 \0 \0 \0 \0 \0 \0 0060620 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 005 0060640 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 020 020 \0 0060660 004 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0060700 016 \0 \0 0 \0 \0 \0 \0 \0 \n \0 \0 \0 \0 \0 \0 0060720 \0 \0 \0 \0 \0 \0 \0 020 037 377 374 \0 \0 \0 \0 \0 0060740 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0060760 \0 \0 \0 \n \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0061000 \0 \b 037 377 377 377 377 376 \0 \0 \0 \0 \0 \0 \0 \0 0061020 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 024 \0 \0 0061040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 020 \0 \0 \0 0061060 \0 002 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0061100 \0 0 \0 \0 \0 \0 \0 ( \0 \0 \0 \0 \0 \0 \0 \0 0061120 \0 \0 \0 \0 \0 002 020 \0 \0 \0 \0 002 \0 \0 \0 \0 0061140 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0061160 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 0061200 024 030 016 \0 200 002 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0061220 \0 \0 016 \0 \0 263 377 377 377 377 370 ` \0 \0 \0 \0 0061240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 224 $ \t \0 \0 B 0061260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 262 0061300 \0 \0 \0 \0 \b 300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0061320 \0 \0 \0 \0 T \t q 234 342 \0 \0 \0 \0 \0 \0 0061340 \0 \0 \0 \0 \0 \0 \f 200 \0 2 \0 \0 \0 \0 \b 200 0061360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 4 0061400 016 H 222 B \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0061420 016 \0 \0 2 203 001 340 001 211 200 \0 \0 \0 \0 \0 \0 0061440 \0 \0 \0 \0 \0 \0 \0 \0 024 \b @ 222 B \0 \0 0061460 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 262 204 201 0061500 \0 \0 213 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0061520 \0 \0 024 $ 210 @ 222 R \0 \0 \0 \0 \0 \0 \0 \0 0061540 \0 \0 \0 \0 \f 200 \0 262 204 001 \t 0 212 \0 \0 \0 0061560 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 027 230 210 @ 0061600 222 " \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0061620 \0 2 204 001 311 \b 214 \0 \0 \0 \0 \0 \0 \0 \0 \0 0061640 \0 \0 \0 \0 \0 \0 020 \0 \0 \0 \0 002 \0 \0 \0 \0 0061660 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 2 204 001 \t 8 0061700 213 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0061720 020 \0 \0 \0 \0 002 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0061740 \0 \0 016 \0 \0 262 204 221 006 H 213 300 \0 \0 \0 \0 0061760 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 020 \0 \0 \0 \0 002 0062000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 262 0062020 363 021 346 4 211 360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0062040 \0 \0 \0 \0 037 377 377 377 377 376 \0 \0 \0 \0 \0 \0 0062060 \0 \0 \0 \0 \0 \0 \f 200 \0 2 \0 \0 \0 \0 \b 254 0062100 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0062140 016 \0 \0 2 \0 \0 \0 \0 \b 323 \0 \0 \0 \0 \0 \0 0062160 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0062200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 262 \0 \0 0062220 \0 \0 \b h 300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0062240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0062260 \0 \0 \0 \0 \f 200 \0 263 377 377 377 377 370 6 0 \0 0062300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0062320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0062340 \0 0 \0 \0 \0 \0 \0 ) \f \0 \0 \0 \0 \0 \0 \0 0062360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 177 377 360 \0 \0 \0 0062400 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0062420 \0 024 203 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0062440 \0 \0 \0 \0 @ \0 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 0062460 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \n @ 300 \0 \0 0062500 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 @ \0 0062520 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0062540 \0 \0 \0 \0 \0 \n 0 \0 \0 \0 \0 \0 \0 \0 \0 0062560 \0 \0 \0 \0 \0 \0 \0 \0 P 367 320 \0 \0 \0 \0 \0 0062600 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 005 0062620 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0062640 \0 \0 P 201 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0062660 016 \0 \0 0 \0 \0 \0 \0 \0 002 204 003 \0 \0 \0 \0 0062700 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 P 201 020 \0 0062720 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0062740 \0 \0 \0 002 B \0 300 \0 \0 \0 \0 \0 \0 \0 \0 \0 0062760 \0 \0 \0 \0 \0 003 320 341 020 \0 \0 \0 \0 \0 \0 \0 0063000 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 001 ! \0 0063020 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 374 0063040 P 201 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0063060 \0 0 \0 \0 \0 \0 \0 \0 220 200 \f \0 \0 \0 \0 \0 0063100 \0 \0 \0 \0 \0 \0 \0 \0 ? \0 P 201 020 \0 \0 \0 0063120 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0063140 \0 \0 210 ` 003 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0063160 \0 017 300 \0 ^ 361 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 0063200 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 H 020 \0 300 0063220 203 001 \0 002 \0 004 @ 300 \0 \0 003 360 \0 \0 @ \0 0063240 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0063260 \0 \0 \0 \0 \0 \0 $ \b \0 0 204 201 \0 002 \0 004 0063300 @ @ \0 \0 374 \0 \0 \0 @ \0 020 \0 \0 \0 \0 \0 0063320 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0063340 " 004 \0 \f 204 001 006 2 R 346 330 I 0 ? \0 \0 0063360 \0 \0 @ \0 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0063400 016 \0 \0 0 \0 \0 \0 \0 \0 \0 021 002 \0 002 204 001 0063420 \t J 222 226 304 I I 300 \0 \0 \0 \0 177 377 360 \0 0063440 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0063460 \0 \0 \0 \0 \b 201 200 \0 204 001 \t K 022 222 234 I 0063500 p ? \0 \0 \0 \0 177 377 377 377 377 370 \0 \0 \0 \0 0063520 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \b @ 0063540 @ \0 204 221 \t J 222 223 244 I @ \0 374 \0 \0 \0 0063560 @ \0 \0 \0 \0 \b \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0063600 \0 0 \0 \0 \0 \0 \0 \0 004 \0 363 021 346 2 0063620 N 341 032 G 0 \0 003 360 \0 \0 @ \0 \0 \0 \0 \b 0063640 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0063660 \0 \0 002 020 \0 \0 \0 \0 \0 \0 200 \0 \0 \0 \0 0063700 \0 017 300 \0 P ` 8 002 \0 \b \0 \0 \0 \0 \0 \0 0063720 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 002 020 \b \0 0063740 \0 \0 \0 \0 \0 200 \0 \0 \0 \0 \0 \0 ? \0 P 220 0063760 $ \0 001 \b \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0064000 \0 \0 \0 \0 \0 \0 001 \b 006 \0 \0 \0 \0 \0 \0 \0 0064020 \0 \0 \0 \0 \0 \0 \0 374 P 200 % 306 s 210 \0 \0 0064040 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0064060 \0 204 001 001 377 377 300 \0 \0 \0 \0 \0 \0 \0 \0 \0 0064100 \0 003 320 200 9 " I \b \0 \0 \0 \0 \0 \0 \0 \0 0064120 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 202 \0 201 \0 \0 0064140 @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 P 200 ! 002 0064160 I \b \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0064200 \0 \0 \0 \0 \0 A \0 A \0 \0 @ \0 \0 \0 \0 \0 0064220 \0 \0 \0 \0 \0 \0 P 222 ! 002 I H \0 \0 \0 \0 0064240 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 ! 0064260 \0 ! C 337 @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0064300 ^ b ! 002 H 210 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0064320 \0 0 \0 \0 \0 \0 \0 \0 \0 020 200 031 B 004 @ \0 0064340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 @ \0 \0 \0 \0 \b 0064360 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0064400 \0 \0 \0 020 @ 005 B 004 @ \0 \0 \0 \0 \0 \0 \0 0064420 \0 \0 \0 \0 @ \0 \0 \0 \0 \b \0 \0 \0 \0 \0 \0 0064440 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \b 003 0064460 C 204 @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 @ \0 0064500 \0 \0 \0 \b \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0064520 \0 \0 \0 \0 \0 \0 \0 004 020 001 B 004 @ \0 \0 \0 0064540 \0 \0 \0 \0 \0 \0 \0 \0 177 377 377 377 377 370 \0 \0 0064560 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0064600 \0 004 \b 001 B 004 @ \0 \0 \0 \0 \0 \0 \0 \0 \0 0064620 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0064640 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 002 004 001 { 304 0064660 @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0064700 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0064720 \0 \0 \0 \0 \0 001 004 001 \0 \0 @ \0 \0 \0 \0 \0 0064740 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0064760 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 001 0065000 002 001 \0 \0 @ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0065020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0065040 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 201 001 \0 \0 @ \0 0065060 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0065100 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0065120 \0 \0 \0 \0 @ 201 377 377 300 \0 \0 \0 \0 \0 \0 \0 0065140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0065160 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 @ A 0065200 377 377 377 377 377 340 \0 \0 \0 \0 \a 377 377 \0 \0 \0 0065220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0065240 \0 \0 \0 \0 \0 \0 \0 \0 ! \0 \0 \0 \0 \0 0065260 \0 \0 \0 \0 004 \0 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 0065300 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0065320 \0 \0 020 021 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 \0 0065340 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0065360 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 020 021 A 200 0065400 340 \b \0 \0 \0 \0 \0 005 017 } \0 \0 \0 \0 \0 0065420 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0065440 \0 \0 \0 \0 \0 \0 \b \t B @ 220 \0 004 \0 \0 0065460 \0 \0 005 \b 021 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0065500 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0065520 004 005 B \0 227 031 316 \0 \0 \0 \0 005 \b 021 \0 0065540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0065560 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 004 003 B \0 344 211 0065600 $ ? 377 377 377 377 375 016 021 \0 \0 \0 \0 \0 \0 \0 0065620 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0065640 \0 \0 \0 \0 002 001 B \0 204 \t $ \0 \0 \0 \0 0065660 005 \b 021 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0065700 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 001 001 0065720 B H 204 \t % \0 \0 \0 \0 005 \b 021 \0 \0 \0 0065740 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0065760 \0 \0 \0 \0 \0 \0 \0 \0 001 001 y 210 204 \t " 0066000 \0 \0 \0 \0 005 357 021 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066020 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0066040 \0 \0 \0 201 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 \0 0066060 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066100 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 A \0 \0 0066120 \0 \0 \0 \0 \0 \0 \0 004 \0 001 \0 \0 \0 \0 \0 0066140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0066160 \0 \0 \0 \0 \0 \0 \0 A \0 \0 \0 \0 \0 \0 \0 0066200 \0 \0 004 \0 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066220 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0066240 \0 ! 377 377 377 377 377 340 \0 \0 \0 \0 \a 377 377 \0 0066260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0066300 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 020 \0 \0 \0 \0 0066320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066340 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0066360 \0 \0 \0 \0 \0 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066420 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \b 0066440 203 001 & \0 020 020 8 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066460 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0066500 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 204 201 242 \0 020 020 0066520 $ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066540 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0066560 \0 \0 \0 004 204 001 342 3 \ s $ \0 \0 \0 \0 \0 0066600 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066620 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 002 204 001 0066640 342 \n 262 220 270 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066660 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 260 \0 \0 0066700 \0 \0 \0 \0 \0 \0 \0 \0 204 001 b : 262 223 240 \0 0066720 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0066740 \0 \0 \0 \0 \f 200 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 0066760 \0 \0 204 221 b J 262 224 240 \0 \0 \0 \0 \0 \0 \0 0067000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 0067020 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 363 021 " 6 0067040 274 s ` \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0067060 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 0 \0 \0 \0 \0 0067100 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0067140 \0 \0 016 \0 \0 260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0067160 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0067200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \f 200 \0 260 0067220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0067260 \0 \0 \0 \0 \0 \0 \f 200 \0 0 \0 \0 \0 \0 \0 \0 0067300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0067340 016 \0 \0 0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0067360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0067400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 277 377 377 0067420 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 * 0067460 377 377 377 377 374 200 \0 277 377 377 377 377 377 377 377 377 0067500 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 0067520 377 377 377 377 377 377 377 377 377 377 377 377 377 377 374 200 0067540 \0 " " " " " " " " " " " " " " " 0067560 " " " " " " " " " " " " " " " " 0067600 " " " " " " " " " \0 \0 " " " " " 0067620 " " " " " " " " " " " " " " " " * 0067660 " " " \0 \0 210 210 210 210 210 210 210 210 210 210 210 0067700 210 210 210 210 210 210 210 210 210 210 210 210 210 210 210 210 0067720 210 210 210 210 210 210 210 210 210 210 210 210 210 200 \0 210 0067740 210 210 210 210 210 210 210 210 210 210 210 210 210 210 210 210 * 0070000 210 210 210 210 210 210 210 200 \0 \r ( . S H O 0070020 W P A T H S T O F u n c t 0070040 i o n ) 234 o p e n s a w 0070060 i n d o w t h a t s h o w s 0070100 a g r a p h o f a l l 0070120 t h e ( a n a l y z e d ) f 0070140 u n c t i o n s t h a t d i 0070160 r e c t l y o r i n d i r e 0070200 c t l y c a l l F u n c t i 0070220 o n . \r E x a m p l e : ( . 0070240 S H O W P A T H S T O L 0070260 C . P r i n t ) \r \0 001 \0 \0 001 357 \0 0070300 207 \0 001 " " " " " 7 377 377 377 377 377 377 377 0070320 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 * 0070400 376 " " " " " 7 377 377 377 377 377 377 377 377 377 0070420 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 * 0070460 377 377 377 377 377 377 377 377 377 377 377 377 377 377 376 217 0070500 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 * 0070560 377 377 377 377 377 377 377 377 377 377 377 377 370 217 377 377 0070600 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 0070620 377 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 0070640 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 0070660 252 252 252 252 252 252 252 252 252 252 276 / 200 377 ~ \0 0070700 277 337 037 370 003 301 377 277 374 037 360 037 375 377 377 325 0070720 U U U U U U U U U U U U U U U U * 0070760 U U U U U U U U Z / 277 177 177 357 277 334 0071000 347 377 277 > 177 277 363 357 367 357 375 377 367 325 U U 0071020 U U U U U U U U U U U U U U U U * 0071060 U U U U U U Z 377 277 276 277 357 277 333 373 377 0071100 277 177 177 277 367 367 367 367 377 377 367 252 252 252 252 252 0071120 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 * 0071160 252 252 252 252 270 257 277 276 277 357 277 333 373 377 276 377 0071200 277 277 357 367 367 366 315 241 343 252 252 252 252 252 252 252 0071220 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 * 0071260 252 252 270 _ 277 275 337 357 277 335 377 377 276 377 277 277 0071300 357 377 367 366 255 236 367 325 U U U U U U U U 0071320 U U U U U U U U U U U U U U U U * 0071360 Z _ 277 } 337 357 200 036 017 377 276 377 277 277 357 377 0071400 367 356 } 277 w 325 U U U U U U U U U U 0071420 U U U U U U U U U U U U U U U U 0071440 U U U U U U U U U U U U U U Z 257 0071460 200 373 357 357 277 337 367 377 276 377 277 277 357 377 360 036 0071500 375 277 w 252 252 252 252 252 252 252 252 252 252 252 252 252 0071520 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 0071540 252 252 252 252 252 252 252 252 252 252 252 252 270 257 277 370 0071560 017 357 277 337 373 377 276 377 277 277 357 367 367 376 375 277 0071600 w 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 0071620 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 0071640 252 252 252 252 252 252 252 252 252 252 270 _ 277 367 367 357 0071660 277 333 373 377 277 177 177 277 367 367 367 376 375 277 w 325 0071700 U U U U U U U U U U U U U U U U * 0071740 U U U U U U U U Z _ 277 367 367 357 277 335 0071760 367 377 277 > 177 277 363 357 7 376 375 277 w 325 U U 0072000 U U U U U U U U U U U U U U U U * 0072040 U U U U U U Z 257 277 357 373 357 277 336 017 377 0072060 277 301 377 200 | 037 7 376 375 277 s 252 252 252 252 252 0072100 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 * 0072140 252 252 252 252 270 257 377 377 377 377 377 377 377 377 377 377 0072160 377 377 377 377 377 377 377 377 377 252 252 252 252 252 252 252 0072200 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 252 * 0072240 252 252 270 _ 377 377 377 377 377 377 377 377 377 377 377 377 0072260 377 377 377 377 377 377 377 325 U U U U U U U U 0072300 U U U U U U U U U U U U U U U U * 0072340 Z _ 377 377 377 377 377 377 377 377 377 377 377 377 377 377 0072360 377 377 377 377 377 325 U U U U U U U U U U 0072400 U U U U U U U U U U U U U U U U 0072420 U U U U U U U U U U U U U U Z 257 0072440 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 * 0072520 377 377 377 377 377 377 377 377 377 377 377 377 370 254 \0 \0 0072540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0072620 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \ \0 \0 \0 \0 0072640 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0072720 \0 \0 \0 \0 \0 \0 \0 \0 032 \ \0 \0 \0 \0 \0 \0 0072740 \0 \0 \0 \0 017 377 377 377 377 340 \0 \0 \0 \0 \0 \0 0072760 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0073020 \0 \0 \0 \0 \0 \0 032 374 \0 \0 \0 \0 \0 \0 \0 \0 0073040 \0 \0 \b \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0073060 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0073120 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0073140 \b \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0073160 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0073220 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \n \f 0073240 \a 200 006 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0073260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0073320 032 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \n 022 004 \0 0073340 002 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0073360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0073400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0073420 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \n 020 004 $ 302 0073440 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0073500 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 0073520 \0 \0 \0 \0 \0 \0 \0 \0 032 020 \a $ " \0 \0 0073540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0073600 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0073620 \0 \0 \0 \0 \0 \0 * 020 004 $ 342 \0 \0 \0 \0 0073640 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0073700 \0 \0 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 0073720 \0 \0 \0 \0 J 022 D 031 " \0 \0 \0 \0 \0 \0 0073740 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0074000 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 \0 \0 0074020 \0 \0 213 314 G 230 322 \0 \0 \0 \0 \0 \0 \0 \0 0074040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0074100 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 001 0074120 \b \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0074140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0074200 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 002 \b \0 0074220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0074240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0074300 032 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 004 \b \0 \0 \0 0074320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0074340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0074360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0074400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \b 017 377 377 377 377 340 0074420 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0074460 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 314 \0 \0 0074500 \0 \0 \0 \0 \0 \0 \0 020 017 377 377 377 377 377 \0 \0 0074520 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0074560 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0074600 \0 \0 \0 \0 \0 \b \0 \0 \0 \0 001 \0 \0 \0 \0 0074620 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0074660 \0 \0 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 0074700 \0 \0 \0 @ \b \0 \0 \0 \0 001 \0 \0 \0 \0 \0 \0 0074720 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0074760 \0 \0 \0 \0 \0 \0 032 214 \0 \0 \0 \0 \0 \0 \0 \0 0075000 \0 200 \n \f 001 \0 006 001 \0 \0 \0 \0 \0 \0 \0 \0 0075020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0075060 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 001 \0 0075100 \n 022 002 200 002 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0075120 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0075160 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 002 \0 \n 020 0075200 002 271 302 I \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0075220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0075260 032 \f \0 \0 \0 \0 \0 \0 \0 \0 004 \0 032 020 002 245 0075300 " I \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0075320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0075340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 314 0075360 \0 \0 \0 \0 \0 \0 \0 \0 \b \0 j 020 \a 345 " I 0075400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0075440 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 0075460 \0 \0 \0 \0 \0 \0 020 \0 212 022 D e " ) \0 \0 0075500 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0075540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0075560 \0 \0 \0 \0 003 \v 314 D y 302 021 \0 \0 \0 \0 0075600 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0075640 \0 \0 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 0075660 \0 \0 @ 004 \b \0 \0 ! \0 ! \0 \0 \0 \0 \0 \0 0075700 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0075740 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 \0 \0 0075760 200 030 \b \0 \0 ! \0 A \0 \0 \0 \0 \0 \0 \0 \0 0076000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0076040 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 001 \0 0076060 \b \0 \0 \0 \0 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0076100 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0076140 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 002 \0 300 017 377 0076160 377 377 377 377 \0 \0 \0 \0 \0 \0 001 377 377 377 377 377 0076200 340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0076220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0076240 032 \f \0 \0 \0 \0 \0 \0 \0 004 001 \0 \0 \0 \0 \0 0076260 \0 \0 \0 \0 \0 \0 \0 \0 001 \0 \0 \0 \0 \0 \0 0076300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0076320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0076340 \0 \0 \0 \0 \0 \0 \0 \b 006 \0 \0 \0 \0 \0 \0 \0 0076360 \0 \0 \0 \0 \0 \0 001 \0 \0 \0 \0 \0 \0 \0 \0 0076400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0076420 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 0076440 \0 \0 \0 \0 \0 020 \b \0 004 030 006 \0 021 003 \0 \0 0076460 \0 \0 \0 \0 001 A 200 \0 300 \0 \0 \0 \0 \0 0076500 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0076520 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0076540 \0 \0 \0 0 \0 004 $ \t 001 021 001 \0 \0 \0 \0 0076560 \0 \0 001 B @ P \0 @ \0 \0 \0 \0 \0 \0 \0 0076600 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0076620 \0 \0 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 0076640 \0 @ @ \0 004 \b 3 233 a $ 300 \0 \0 \0 \0 0076660 001 B \0 W 8 I \0 \0 \0 \0 \0 \0 \0 \0 \0 0076700 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0076720 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 \0 201 0076740 200 \0 4 006 I 033 021 % ' 377 377 377 377 377 B 0076760 \0 T 244 I \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077020 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 \0 001 006 \0 001 0077040 304 001 q \n q % 300 \0 \0 \0 \0 001 B \0 374 0077060 244 I \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077100 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077120 \0 \0 030 \f \0 \0 \0 \0 \0 \0 002 \b \0 016 004 $ 0077140 211 A N 221 % \0 \0 \0 \0 \0 001 B H 214 244 E 0077160 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077220 032 \f \0 \0 \0 \0 \0 \0 004 0 \0 p \a 230 206 0 0077240 204 i 034 300 \0 \0 \0 \0 001 y 210 217 8 B \0 0077260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0077320 \0 \0 \0 \0 \0 \0 \b @ 003 200 \0 \0 \0 \0 \0 \0 0077340 \0 \0 \0 \0 \0 \0 001 \0 \0 004 004 \0 \0 \0 0077360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 0077420 \0 \0 \0 \0 021 200 034 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077440 \0 \0 \0 \0 001 \0 \0 004 \b \0 \0 \0 \0 \0 0077460 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077500 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0077520 \0 \0 " \0 340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077540 \0 \0 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077560 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077600 \0 \0 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 0077620 L 003 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077640 001 377 377 377 377 377 340 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077660 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0077700 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 220 034 0077720 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0100000 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 001 ` 340 \0 \0 0100020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0100100 \0 \0 030 \f \0 \0 \0 \0 \0 002 207 \0 \0 \0 \0 \0 0100120 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0100200 032 \f A 200 340 \b \0 \a 8 \0 \0 \0 \0 \0 \0 \0 0100220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0100260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0100300 B @ 220 \0 004 \r 300 \0 \0 \0 \0 \0 \0 \0 \0 \0 0100320 \0 \0 \0 \0 \0 \0 \0 \0 003 377 377 377 377 370 \0 \0 0100340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0100360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f B \0 0100400 227 031 316 036 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0100420 \0 \0 \0 \0 \0 \0 002 \0 \0 \0 \0 \b \0 \0 \0 \0 0100440 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0100460 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f B \0 344 211 0100500 $ ? \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0100520 \0 \0 \0 \0 002 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 \0 0100540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0100560 \0 \0 \0 \0 \0 \0 \0 \0 032 \f B \0 204 \t $ 030 0100600 377 300 \0 \0 004 030 \b \0 020 \0 " 006 \0 \0 \0 \0 0100620 \0 \0 002 203 001 340 001 210 \0 \0 \0 \0 \0 \0 \0 \0 0100640 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0100660 \0 \0 \0 \0 \0 \0 032 \f B H 204 \t % 016 \0 ? 0100700 360 \0 004 $ \b \0 020 \0 " 002 \0 \0 \0 \0 \0 \0 0100720 002 204 201 \0 \0 210 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0100740 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0100760 \0 \0 \0 \0 030 \f y 210 204 \t " 005 200 \0 017 374 0101000 004 \b 1 222 227 6 302 I 200 \0 \0 \0 \0 002 204 0101020 001 \t 0 210 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101060 \0 \0 030 \f \0 \0 \0 \0 \0 002 ` \0 \0 003 364 0101100 \b J T 224 266 " J O 377 377 377 377 376 204 001 311 0101120 \b 210 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101160 032 \f \0 \0 \0 \0 \0 001 030 \0 \0 \0 004 \b J 0101200 X 224 224 342 K 200 \0 \0 \0 \0 002 204 001 \t 8 210 0101220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0101260 \0 \0 \0 \0 \0 \0 206 \0 \0 \0 004 $ 210 J T 224 0101300 235 " J \0 \0 \0 \0 \0 002 204 221 006 H 210 \0 \0 0101320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 0101360 \0 \0 \0 \0 A \0 \0 \0 \a 230 217 1 222 w \b 322 0101400 9 200 \0 \0 \0 \0 002 363 021 346 4 210 \0 \0 \0 \0 0101420 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101440 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0101460 \0 \0 300 \0 \0 \0 \0 \0 \0 \0 004 \0 \0 \0 \0 0101500 \0 \0 \0 \0 002 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 \0 0101520 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101540 \0 \0 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 0101560 020 0 \0 \0 \0 \0 \0 \0 \0 004 \0 \0 \0 \0 \0 \0 0101600 \0 \0 002 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 \0 \0 \0 0101620 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101640 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 \b \f 0101660 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101700 002 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101720 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0101740 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 \0 004 003 \0 \0 0101760 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 003 377 0102000 377 377 377 370 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0102020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0102040 \0 \0 030 \f \0 \0 \0 \0 \0 \0 002 \0 300 \0 \0 \0 0102060 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0102140 032 \f \0 \0 \0 \0 \0 \0 001 \0 0 \0 \0 \0 \0 \0 0102160 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0102220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0102240 \0 \0 \0 \0 \0 \0 \0 200 \f \0 \0 \0 \0 \0 \0 \0 0102260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0102320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 0102340 \0 \0 \0 \0 \0 @ 002 \0 \0 \0 \0 \0 \0 \0 \0 \0 0102360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0102420 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0102440 \0 \0 \0 001 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0102460 \0 \a 377 377 377 377 377 200 \0 \0 \0 \0 \0 \0 \0 \0 0102500 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0102520 \0 \0 \0 \0 \0 \0 \0 \0 032 L \0 \0 \0 \0 \0 \0 0102540 \0 020 \0 ` \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 0102560 \0 \0 \0 \0 \0 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0102600 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0102620 \0 \0 \0 \0 \0 \0 032 314 \0 \0 \0 \0 \0 \0 \0 \b 0102640 \0 030 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 \0 \0 0102660 \0 \0 \0 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0102700 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0102720 \0 \0 \0 \0 030 L \0 \0 \0 \0 \0 \0 \0 004 \0 006 0102740 004 030 \t 002 004 \0 200 \0 \0 \0 \0 005 006 \0 200 003 0102760 \0 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0103000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0103020 \0 \0 030 L \0 \0 \0 \0 \0 \0 \0 003 \0 001 204 $ 0103040 \t 002 \0 \0 200 \0 \0 \0 \0 005 \t 001 @ 001 \0 200 0103060 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0103120 032 314 \0 \0 \0 \0 \0 \0 \0 \0 200 \0 d \t s 0103140 214 343 200 \0 \0 \0 \0 005 \b 001 \ 341 $ 200 \0 \0 0103160 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0103200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 L 0103220 \0 \0 \0 \0 \0 \0 \0 \0 @ \0 024 \t J D 224 0103240 237 377 377 377 377 375 \b 001 R 221 $ 200 \0 \0 \0 \0 0103260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0103300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 L \0 \0 0103320 \0 \0 \0 \0 \0 \0 \0 004 \t J D 224 200 \0 0103340 \0 \0 \0 005 \b 003 362 221 $ 200 \0 \0 \0 \0 \0 \0 0103360 \0 \0 \0 \0 \0 \0 \0 020 ` 030 \0 \b \0 \0 \0 \0 0103400 \0 300 0 \0 \0 \b \0 \0 \f 030 214 \0 \0 \0 \0 0103420 \0 \0 \0 \0 020 \0 004 $ 211 J D 224 200 \0 \0 \0 0103440 \0 005 \t " 2 221 024 200 \0 \0 \0 \0 \0 \0 \0 \0 0103460 \0 \0 \0 \0 \0 020 220 $ \0 \b \0 \0 \0 \0 \0 ! 0103500 H \0 002 024 200 \0 022 032 \f \0 \0 \0 \0 \0 \0 0103520 \0 \0 \b \0 \a 230 206 K 204 223 200 \0 \0 \0 \0 005 0103540 346 " < 341 \b 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0103560 \0 \0 \0 020 200 316 8 \0 \0 \0 \0 \0 ! \0 A 0103600 222 347 025 306 i 302 032 \f \0 \0 \0 \0 \0 \0 \0 \0 0103620 004 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 \0 \0 0103640 020 200 020 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0103660 \0 320 200 ! ) I 377 377 377 377 377 241 \0 B R 222 0103700 024 211 V 004 030 \f \0 \0 \0 \0 \0 \0 \0 \0 002 \0 0103720 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 \0 \0 020 200 0103740 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \a 020 0103760 200 ! ) H \0 \0 \0 \0 \0 ! \0 B R 222 > 211 0104000 U 210 030 \f \0 \0 \0 \0 \0 \0 \0 \0 001 \0 \0 \0 0104020 \0 \0 \0 \0 \0 \0 \0 \0 \0 004 \0 \0 \0 \0 \0 200 0104040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 8 020 222 % 0104060 ) H \0 \0 \0 \0 \0 ! $ J R 222 242 251 T P 0104100 032 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 200 \0 \0 \0 \0 0104120 \0 \0 \0 \0 \0 \0 \0 \a 377 377 377 377 377 200 \0 \0 0104140 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 300 036 b 030 311 8 0104160 \0 \0 \0 \0 \0 < 304 1 216 221 " F W 236 032 \f 0104200 \0 \0 \0 \0 \0 \0 \0 \0 \0 @ \0 \0 \0 \0 \0 \0 0104220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104240 \0 \0 \0 \0 \0 \0 \0 016 \0 \0 \0 \0 \0 \0 \0 \0 0104260 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 0104300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104340 \0 \0 \0 \0 \0 p \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0104400 \0 \0 \0 \0 \0 020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104420 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104440 \0 \0 003 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104460 \0 \0 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 0104500 \0 \0 \0 \b \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104520 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104540 \f \0 \0 ? 377 377 377 377 200 \0 \0 \0 \0 \0 \0 \0 0104560 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 \0 \0 0104600 \0 004 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 037 377 377 377 0104620 377 376 \0 \0 \0 \0 \0 177 377 377 377 377 \0 \0 p \0 0104640 \0 \0 \0 \0 \0 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104660 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 002 0104700 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 020 \0 \0 \0 \0 002 0104720 \0 \0 \0 \0 \0 @ \0 \0 \0 001 \0 003 200 \0 \0 0104740 \0 \0 \0 \0 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0104760 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 001 \0 \0 0105000 \0 \0 \0 \0 \0 \0 \0 \0 020 \0 \0 \0 \0 002 \0 \0 0105020 \0 \0 \0 @ \0 \0 \0 001 \0 034 \0 \0 \0 ( 0 036 0105040 \0 030 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0105060 032 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 204 030 016 020 0105100 002 \0 \0 \0 \0 \0 024 030 002 \0 \f 002 \0 \0 \0 \0 0105120 \0 P ` < \0 1 \0 340 \0 \0 \0 ( H 020 \0 \b 0105140 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0105160 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 D $ \t \0 002 \0 0105200 \0 \0 \0 \0 024 $ 005 \0 004 002 \0 \0 \0 \0 \0 P 0105220 220 \0 021 \a \0 \0 \0 \0 ( @ 020 223 \b 200 \0 0105240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 0105260 \0 \0 \0 \0 \0 \0 \0 \0 $ \t 3 216 \0 \0 \0 0105300 \0 \0 024 005 s 204 222 \0 \0 \0 \0 \0 P 200 ! 0105320 & 021 8 \0 \a 377 377 350 @ 034 220 210 200 \0 \0 \0 0105340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0105360 \0 \0 \0 \0 \0 \0 024 016 022 R 177 377 377 377 377 0105400 364 005 J D 223 377 377 377 377 377 320 200 9 ! 021 0105420 377 377 370 \0 \0 ( @ 020 223 210 200 \0 \0 \0 \0 \0 0105440 \0 \0 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 0105460 \0 \0 \0 \0 004 \t 022 R \0 \0 \0 \0 \0 024 0105500 017 312 D 222 \0 \0 \0 \0 \0 P 200 ! ' 021 8 \0 0105520 \0 \0 \0 ( I 020 d 210 200 \0 \0 \0 \0 \0 \0 \0 0105540 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 \0 \0 0105560 \0 \0 004 $ 211 022 R \0 \0 \0 \0 \0 024 $ 210 312 0105600 D R \0 \0 \0 \0 \0 P 222 311 021 \a \0 \0 \0 0105620 \0 / 1 036 c H 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 0105640 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0105660 \a 230 216 022 N \0 \0 \0 \0 \0 027 230 210 363 204 " 0105700 \0 \0 \0 \0 \0 ^ b < 306 221 \0 360 \0 \0 \0 0105720 \0 \0 \0 \0 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0105740 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0105760 \0 \0 \0 \0 \0 \0 \0 \0 020 \0 \0 B \0 B \0 \0 0106000 \0 \0 \0 @ \0 \0 \0 001 \0 016 \0 \0 \0 \0 \0 0106020 \0 \0 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106040 032 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106060 \0 \0 \0 \0 \0 \0 020 \0 \0 B \0 202 \0 \0 \0 \0 0106100 \0 @ \0 \0 \0 001 \0 001 300 \0 \0 \0 \0 \0 \0 0106120 200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0106140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106160 \0 \0 \0 \0 020 \0 \0 \0 \0 002 \0 \0 \0 \0 \0 @ 0106200 \0 \0 \0 001 \0 \0 8 \0 \0 ? 377 377 377 377 200 \0 0106220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 0106240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106260 \0 \0 037 377 377 377 377 376 \0 \0 \0 \0 \0 177 377 377 0106300 377 377 \0 \0 \a \0 \0 ? 377 377 377 377 374 \0 \0 \0 0106320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0106340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0106400 \0 \0 \0 340 \0 \0 \0 \0 \0 004 \0 \0 \0 \0 \0 0106420 \0 \0 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 0106440 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0106500 \0 034 \0 \0 \0 \0 \0 004 \0 \0 \0 \0 \0 \0 \0 0106520 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 \0 \0 0106540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106560 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 003 0106600 300 ( 0 004 \0 030 004 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106620 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106640 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106660 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 8 ( 0106700 H \n \0 \b 004 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106720 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106740 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0106760 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \a ( @ \n 0107000 347 \t $ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0107020 032 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0107040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0107060 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 350 @ \n 224 211 0107100 $ \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0107120 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0107160 \0 \0 \0 \0 \0 \0 \0 \0 \0 ( @ 037 224 211 $ \0 0107200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 0107220 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0107260 \0 \0 \0 \0 \0 \0 \0 ( I 021 224 210 244 \0 \0 \0 0107300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 \f \0 \0 \0 \0 0107320 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0107360 \0 \0 \0 \0 \0 / 1 021 347 \b D \0 \0 \0 \0 \0 0107400 \0 \0 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 0107420 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0107460 \0 \0 \0 \0 \0 204 \0 204 \0 \0 \0 \0 \0 \0 \0 0107500 \0 \0 \0 \0 \0 \0 032 \f \0 \0 \0 \0 \0 \0 \0 \0 0107520 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0107560 \0 \0 \0 204 001 004 \0 \0 \0 \0 \0 \0 \0 \0 \0 0107600 \0 \0 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0107620 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0107640 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0107660 \0 \0 \0 \0 004 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0107700 \0 \0 030 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0107720 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0107740 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 ? 377 377 0107760 377 377 374 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0110000 032 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0110020 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0110060 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 032 \f 0110100 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0110160 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 030 017 377 377 0110200 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 * 0110260 377 377 377 377 377 377 377 377 377 377 370 017 377 377 377 377 0110300 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 377 * 0110360 377 377 377 377 377 377 377 377 372 \0 \0 \0 \0 \0 \0 \0 0110400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0110440 \0 \0 \0 \0 \0 \0 003 " " " " " " " " " 0110460 " " " " " " " \0 \0 \0 \0 \0 \0 \0 \0 \0 0110500 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 * 0110540 \0 \0 \0 \0 003 210 210 210 210 210 210 210 210 210 210 210 0110560 210 210 210 210 210 \r ( . W H O C A L 0110600 L S F u n c t i o n ) 234 r 0110620 e t u r n s a l i s t o f 0110640 f u n c t i o n s t h a t 0110660 d i r e c t l y c a l l F u 0110700 n c t i o n . \r E x a m p l e : 0110720 ( . W H O C A L L S L 0110740 C . E v a l ) r e t u r n s 0110760 ( L C . A p p l y L C . E v a 0111000 l L C . C o n d ) \r ( . W H 0111020 O U S E S V a r i a b l e ) 0111040 234 r e t u r n s a l i s 0111060 t o f f u n c t i o n s t 0111100 h a t u s e t h e v a r i 0111120 a b l e V a r i a b l e . \r E 0111140 x a m p l e : ( . W H O 0111160 U S E S S t a c k ) r e t r 0111200 u n s ( L C . B i n d L C . 0111220 U n b i n d L C . L o o k u p 0111240 V a l u e L C . S e t V a l u 0111260 e L C . A p p l y L C . C o 0111300 n d L C . E v a l L C . L i 0111320 s p A p p l y ) \r ( . W H O 0111340 U S E S A S A R E C O R D 0111360 R e c o r d N a m e ) 234 r 0111400 e t u r n s a l i s t o f 0111420 f u n c t i o n s t h a t 0111440 u s e t h e r e c o r d R 0111460 e c o r d N a m e . \r ( . E D 0111500 I T W H E R E A N Y C A L 0111520 L S F u n c t i o n ) o r 0111540 ( . E D I T W H E R E A N 0111560 Y U S E S V a r i a b l e ) 0111600 o r ( . E D I T W H E R 0111620 E A N Y U S E S A S A 0111640 R E C O R D R e c o r d N a m 0111660 e ) 234 i n v o k e s D E d 0111700 i t o n e v e r y f u n c 0111720 t i o n t h a t d i r e c t 0111740 l y c a l l s t h e f u n 0111760 c t i o n F u n c t i o n ( 0112000 o r u s e s t h e v a r i 0112020 a b l e V a r i a b l e ) . 0112040 T h e e x a c t f o r m 0112060 i n e a c h f u n c t i o n 0112100 t h a t d o e s t h e c 0112120 a l l i n g ( o r u s i n g 0112140 ) i s s e l e c t e d a n 0112160 d c e n t e r e d i n t h 0112200 e D E d i t w i n d o w w 0112220 h e n D E d i t s t a r t s 0112240 u p . \r T h e ( . E D I T 0112260 W H E R E . . ) c o m m 0112300 a n d c a n b e f o l l o 0112320 w e d b y a 234 a n d o 0112340 n e o r m o r e c o m m a 0112360 n d s f r o m t h e T T Y 0112400 E d i t o r . I n t h i 0112420 s c a s e , t h e s e c o 0112440 m m a n d s w i l l b e c 0112460 a r r i e d o u t o n t h 0112500 e f u n c t i o n s i n s t 0112520 e a d o f i n v o k i n g 0112540 D E d i t o n t h e f u n 0112560 c t i o n s . \r E x a m p l e : 0112600 T h e f o l l o w i n g 0112620 w i l l c h a n g e a l l 0112640 v a r a i b l e s n a m e d 0112660 S t a c k t o M y S t a c k 0112700 w i t h i n t h e H O M E 0112720 W O R K 3 4 f u n c t i o n s 0112740 . \r ( . E D I T W H E R E 0112760 A N Y U S E S S t a c k 234 0113000 ( R S t a c k M y S t a c 0113020 k ) ) \r M A S T E R S C O P E 0113040 a c t u a l l y h a s m a n 0113060 y m u c h m o r e s p e c 0113100 i f i c q u e s t i o n s y 0113120 o u c a n a s k ( e . g . 0113140 , f r e e v a r i a b l e 0113160 u s a g e , w h o f e t c h 0113200 e s f r o m a r e c o r d 0113220 , e t c . ) . C o n s u l 0113240 t t h e I R M f o r d e 0113260 t a i l s . \r T h e r e a r e 0113300 s o m e s t r a t e g i e s 0113320 , h o w e v e r , t h a t 0113340 m a k e M A S T E R S C O P E 0113360 w o r k b e t t e r . \r F o 0113400 r e x a m p l e : I f y 0113420 o u h a v e m a n y f u n 0113440 c t i o n s e a c h w i t h 0113460 a b o u n d v a r i a b l 0113500 e t h a t h a s t h e s 0113520 a m e " s e m a n t i c s " 0113540 i n e a c h o f t h e f 0113560 u n c t i o n s , t h e n c 0113600 a l l t h a t b o u n d v 0113620 a r i a b l e t h e s a m e 0113640 t h i n g i n e a c h f 0113660 u n c t i o n . N a m i n g 0113700 i t t h e s a m e i n e 0113720 a c h f u n c t i o n w i l 0113740 l n o t e f f e c t t h e 0113760 o p e r a t i o n o f t h 0114000 e f u n c t i o n s b e c a 0114020 u s e i t s l o c a l l y 0114040 b o u n d , b u t i t w i 0114060 l l m a k e i t e a s y 0114100 t o c h a n g e a l l o f 0114120 t h e f u n c t i o n s a 0114140 t o n c e i f y o u w a 0114160 n t t o c h a n g e t h e 0114200 s e m a n t i c s o f t h 0114220 e v a r i a b l e . \r I n N 0114240 o t e C a r d s . m a n y ( 0114260 m a y b e 1 0 0 i n t o t 0114300 a l ) f u n c t i o n s h a 0114320 v e a b o u n d v a r i a 0114340 b l e c a l l e d N o t e C 0114360 a r d I D . I t w a s i 0114400 n i t i a l l y c a l l e d 0114420 j u s t I D , b u t a t 0114440 o n e p o i n t a L i n k 0114460 I D w a s a d d e d t o 0114500 m a n y o f t h e s e f u 0114520 n c t i o n s a n d w e d 0114540 e c i d e d t o r e n a m e 0114560 a l l I D v a r i a b l e 0114600 s t o N o t e C a r d I D . 0114620 L u c k i l y w e h a d 0114640 n a m e d t h e m a l l 0114660 a l i k e s o t h a t t h 0114700 i s c o u l d b e a c c o 0114720 m p l i s h e d i n a s i 0114740 n g l e M A S T E R S C O P E 0114760 c o m m a n d . \r T h e 0115000 b o t t o m l i n e : l e 0115020 a r n t o u s e t h e b 0115040 a s i c s o f M A S T E R S 0115060 C O P E . I t s o n e o 0115100 f t h e h a n d i e s t t 0115120 o o l s a r o u n d f o r 0115140 w r i t i n g l a r g e p r 0115160 o g r a m s i n I n t e r l 0115200 i s p . \r R e f e r e n c e s \r 0115220 T h e I n t e r l i s p C o 0115240 m p i l e r i s t h e s u 0115260 b j e c t o f C h a p t e r 0115300 1 2 o f t h e I R M . \r 0115320 M a c r o s a r e t h e s 0115340 u b j e c t o f S e c t i o 0115360 n 5 . 5 o f t h e I R M 0115400 . \r M A S T E R S C O P E i s 0115420 t h e s u b j e c t o f 0115440 C h a p t e r 1 3 o f t h 0115460 e I R M . \r \0 \0 \0 \0 \0 003 ( L I 0115500 S T ( ( P A G E N I L N I 0115520 L ( 0 0 1 7 2 2 ) ( ( 0115540 H E A D I N G N I L ( H E A 0115560 D I N G T Y P E Y Y Y ) ( 5 0115600 4 0 7 5 6 7 2 3 6 ) N I 0115620 L ) ( T E X T N I L N I L 0115640 ( 7 2 7 2 4 6 8 6 4 8 ) 0115660 N I L ) ) ) ( P A G E N I 0115700 L N I L ( 0 0 1 7 2 2 0115720 ) ( ( F O L I O N I L ( P 0115740 A R A L O O K S ( Q U A D R 0115760 I G H T ) C H A R L O O K S 0116000 ( S U P E R S C R I P T 0 S 0116020 I Z E 1 2 F A M I L Y T I 0116040 M E S R O M A N O V E R L I N 0116060 E O F F S T R I K E O U T 0116100 O F F U N D E R L I N E O F 0116120 F S L O P E R E G U L A R 0116140 W E I G H T M E D I U M ) ) 0116160 ( 4 6 8 7 5 6 7 2 3 6 ) 0116200 N I L ) ( H E A D I N G N I 0116220 L ( H E A D I N G T Y P E X 0116240 X X ) ( 7 2 7 5 6 7 2 3 0116260 6 ) N I L ) ( T E X T N I 0116300 L N I L ( 7 2 7 2 4 6 8 0116320 6 4 8 ) N I L ) ) ) ( P A 0116340 G E N I L N I L ( 0 0 0116360 1 7 2 2 ) ( ( F O L I O N 0116400 I L ( P A R A L O O K S ( Q 0116420 U A D R I G H T ) C H A R L 0116440 O O K S ( S U P E R S C R I P 0116460 T 0 S I Z E 1 2 F A M I 0116500 L Y T I M E S R O M A N O V 0116520 E R L I N E O F F S T R I K 0116540 E O U T O F F U N D E R L I 0116560 N E O F F S L O P E R E G 0116600 U L A R W E I G H T M E D I 0116620 U M ) ) ( 4 6 8 7 5 6 7 2 0116640 3 6 ) N I L ) ( H E A D I 0116660 N G N I L ( H E A D I N G T 0116700 Y P E X X X ) ( 7 2 7 5 6 0116720 7 2 3 6 ) N I L ) ( T E 0116740 X T N I L N I L ( 7 2 7 0116760 2 4 6 8 6 4 8 ) N I L ) ) 0117000 ) ) ) \0 \0 \0 \0 \0 005 \0 4 \0 220 \0 220 \0 0117020 \0 \0 022 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0117040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 $ \0 $ \0 0117060 \0 \0 020 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0117100 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0117120 \0 \0 \f \0 \0 \0 006 002 003 \0 \0 \0 \0 \0 \0 \0 0117140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 $ \0 $ \0 0117160 \0 \0 \n \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0117200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 $ \0 $ \0 0117220 \0 \0 \b \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0117240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 l \0 l \0 0117260 \0 \0 006 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0117300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 H \0 H \0 0117320 \0 \0 006 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0117340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 330 \0 330 \0 0117360 \0 \0 002 \0 \0 \0 002 002 001 \0 \0 \0 \0 \0 \0 \0 0117400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 374 \0 374 \0 0117420 \0 \0 002 \0 \0 \0 002 002 001 \0 \0 \0 \0 \0 \0 \0 0117440 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 h 001 h \0 0117460 \0 \0 002 \0 \0 \0 002 002 001 \0 \0 \0 \0 \0 \0 \0 0117500 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 D 001 D \0 0117520 \0 \0 002 \0 \0 \0 002 002 001 \0 \0 \0 \0 \0 \0 \0 0117540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 001 \0 0117560 \0 \0 002 \0 \0 \0 002 002 001 \0 \0 \0 \0 \0 \0 \0 0117600 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 264 \0 264 \0 0117620 \0 \0 022 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0117640 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 330 \0 330 \0 0117660 \0 \0 002 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0117700 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 330 \0 330 \0 0117720 \0 \0 004 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0117740 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 220 \0 220 \0 0117760 \0 \0 016 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 330 \0 330 \0 0120020 \0 \0 \b \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 H \0 H \0 0120060 \0 \0 020 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120100 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 $ \0 $ \0 0120120 \0 \0 024 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 l \0 l \0 0120160 \0 \0 \f \0 \0 \0 004 002 001 \0 \0 \0 \0 \0 \0 \0 0120200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 l \0 l \0 0120220 \0 \0 \0 \0 \0 \0 004 002 001 \0 \0 \0 \0 \0 \0 \0 0120240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 330 \0 330 \0 0120260 \0 \0 \f \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120300 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 264 \0 264 \0 0120320 \0 \0 \n \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120340 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 l \0 l \0 0120360 \0 \0 022 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120400 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 374 \0 374 \0 0120420 \0 \0 006 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120440 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 l \0 l \0 0120460 \0 \0 016 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120500 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 330 \0 330 \0 0120520 \0 \0 006 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120540 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 H \0 H \0 0120560 \0 \0 016 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120600 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 H \0 H \0 0120620 \0 \0 022 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120640 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 l \0 l \0 0120660 \0 \0 020 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120700 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 220 \0 220 \0 0120720 \0 \0 006 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0120740 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 264 \0 264 \0 0120760 \0 \0 006 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0121000 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 264 \0 264 \0 0121020 \0 \0 \b \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0121040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 264 \0 264 \0 0121060 \0 \0 \f \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0121100 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 220 \0 220 \0 0121120 \0 \0 \f \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0121140 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 $ \0 $ \0 0121160 \0 \0 022 \0 \0 \0 006 002 001 \0 \0 \0 \0 \0 \0 \0 0121200 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 H \0 H \0 0121220 \0 \0 006 \0 \0 \0 006 003 001 \0 \0 001 \0 204 \0 \0 0121240 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0121260 \0 \0 220 \0 220 \0 \0 \0 006 \0 \0 \0 006 003 001 \0 0121300 \0 001 \0 204 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0121320 \0 \0 \0 \0 \0 \0 \0 \0 l \0 204 \0 \0 \0 006 \0 0121340 \0 \0 006 003 001 \0 \0 001 \0 204 \0 \0 \0 \0 \0 \0 0121360 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 220 \0 0121400 250 \0 \0 \0 006 \0 \0 \0 006 003 001 \0 \0 001 \0 250 0121420 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0121440 \0 \0 \0 \0 220 \0 220 \0 \0 \0 \b \0 \0 \0 006 002 0121460 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0121500 \0 \0 \0 \0 l \0 l \0 \0 \0 \b \0 \0 \0 006 002 0121520 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0121540 \0 \0 \0 \0 l \0 l \0 \0 \0 \f \0 \0 \0 006 002 0121560 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0121600 \0 \0 \0 \0 H \0 H \0 \0 \0 \f \0 \0 \0 006 002 0121620 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0121640 \0 \0 \0 \0 H \0 H \0 \0 \0 \n \0 \0 \0 006 002 0121660 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0121700 \0 \0 \0 \0 H \0 H \0 \0 \0 \b \0 \0 \0 006 002 0121720 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0121740 \0 \0 \0 \0 $ \0 $ \0 \0 \0 \f \0 \0 \0 006 002 0121760 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0122000 \0 \0 \0 \0 $ \0 $ \0 \0 \0 006 \0 \0 \0 006 002 0122020 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0122040 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 022 \0 \0 \0 006 002 0122060 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0122100 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 006 \0 \0 \0 006 002 0122120 001 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 0122140 \0 \0 \0 \0 \0 \0 \0 002 210 \0 006 \0 \0 \0 006 002 0122160 001 \0 \0 \0 \0 \0 \0 \0 \v P A G E H E A 0122200 D I N G \0 003 X X X \0 \0 \0 \0 \0 \0 \0 0122220 \0 \0 \0 \0 \0 \0 H \0 006 \0 \0 \0 006 002 001 \0 0122240 \0 \0 \0 \0 \0 \0 \v P A G E H E A D I 0122260 N G \0 003 Y Y Y \0 \0 \0 \0 \0 \0 \0 \0 \0 0122300 \0 \0 \0 \0 004 \0 \b \0 \n T I M E S R O 0122320 M A N \0 \f \0 \0 \0 \0 \0 \0 002 \0 \0 \n T 0122340 I M E S R O M A N \0 \f \0 \0 \0 \0 \0 0122360 \0 001 \0 \0 \n T I M E S R O M A N \0 0122400 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \n T I M E S 0122420 R O M A N \0 \f \0 \0 \0 \0 \0 \0 003 \0 \0 0122440 \n T I M E S R O M A N \0 \f \0 \0 \0 0122460 \0 \0 \0 002 \0 \0 \n T I M E S R O M A 0122500 N \0 \f \0 \0 \0 \0 \0 \0 001 \0 \0 \n T I M 0122520 E S R O M A N \0 016 \0 \0 \0 \0 \0 \0 002 0122540 \0 \0 \n T I M E S R O M A N \0 \f \0 0122560 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 002 \0 4 \0 0122600 \0 \0 030 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 3 0122620 \0 \0 \0 . \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0122640 2 \0 \0 \0 . \0 \0 \0 \0 \a \0 \0 \0 \0 \0 002 0122660 \0 1 \0 \0 \0 027 \0 \0 \0 \0 \a \0 \0 \0 \0 \0 0122700 002 \0 / \0 \0 \0 \0 \0 \0 \0 005 \0 \0 \0 \0 0122720 \0 002 \0 - \0 \0 \0 7 \0 \0 \0 \0 \b \0 \0 \0 0122740 017 \0 \0 \0 \0 006 \0 \0 \0 . \0 \0 \0 \0 \b \0 0122760 \0 \0 \0 \0 002 \0 . \0 \0 \0 [ \0 \0 \0 \0 \b 0123000 \0 \0 \0 \0 \0 002 \0 * \0 \0 \0 ' \0 \0 \0 \0 0123020 \b \0 \0 \0 \0 \0 002 \0 ( \0 \0 \0 % \0 \0 \0 0123040 \0 \b \0 \0 \0 \0 \0 002 \0 ( \0 \0 \0 X \0 \0 0123060 \0 \0 \b \0 \0 \0 \0 \0 002 \0 , \0 \0 \0 233 \0 0123100 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 + \0 \0 \0 @ 0123120 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 + \0 \0 \0 0123140 w \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 + \0 \0 0123160 \0 242 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 ) \0 0123200 \0 \0 y \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 + 0123220 \0 \0 \0 c \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0123240 , \0 \0 \0 020 \0 \0 \0 \0 \b \0 \0 \0 \b \0 \0 0123260 \0 \0 004 \0 \0 \0 Y \0 \0 \0 \0 \b \0 \0 \0 \0 0123300 \0 002 \0 * \0 \0 \0 262 \0 \0 \0 \0 \b \0 \0 \0 0123320 \0 \0 002 \0 * \0 \0 \0 } \0 \0 \0 \0 \b \0 \0 0123340 \0 \0 \0 002 \0 * \0 \0 \0 373 \0 \0 \0 \0 \b \0 0123360 \0 \0 \0 \0 002 \0 , \0 \0 \0 [ \0 \0 \0 \0 \b 0123400 \0 \0 \0 \0 \0 002 \0 ' \0 \0 \0 N \0 \0 \0 \0 0123420 \b \0 \0 \0 \0 \0 002 \0 ' \0 \0 \0 230 \0 \0 \0 0123440 \0 \b \0 \0 \0 \0 \0 002 \0 . \0 \0 \0 247 \0 \0 0123460 \0 \0 \b \0 \0 \0 \0 \0 002 \0 . \0 \0 \0 y \0 0123500 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 * \0 \0 \0 P 0123520 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 * \0 \0 \0 0123540 H \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 * \0 \0 0123560 \0 255 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 . \0 0123600 \0 \0 8 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 ' 0123620 \0 \0 \0 e \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0123640 ' \0 \0 \0 T \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 0123660 \0 & \0 \0 \0 { \0 \0 \0 \0 \b \0 \0 \0 \0 \0 0123700 002 \0 & \0 \0 \0 232 \0 \0 \0 \0 \b \0 \0 \0 \0 0123720 \0 002 \0 % \0 \0 \0 323 \0 \0 \0 \0 \b \0 \0 \0 0123740 \0 \0 002 \0 % \0 \0 \0 300 \0 \0 \0 \0 \b \0 \0 0123760 \0 \0 \0 002 \0 $ \0 \0 \0 % \0 \0 \0 \0 005 \0 0124000 \0 \0 \0 \0 002 \0 , \0 \0 \0 x \0 \0 \0 \0 \b 0124020 \0 \0 \0 \0 \0 002 \0 * \0 \0 \0 s \0 \0 \0 \0 0124040 \b \0 \0 \0 \0 \0 002 \0 * \0 \0 \0 K \0 \0 \0 0124060 \0 \b \0 \0 \0 \0 \0 002 \0 . \0 \0 \0 @ \0 \0 0124100 \0 \0 \b \0 \0 \0 \0 \0 002 \0 * \0 \0 \0 5 \0 0124120 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 ) \0 \0 \0 9 0124140 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 + \0 \0 \0 0124160 006 \0 \0 \0 \0 \b \0 \0 \0 001 \0 \0 \0 \0 006 \0 0124200 \0 \0 \v \0 \0 \0 \0 004 \0 \0 \0 001 \0 \0 \0 \0 0124220 005 \0 \0 \0 [ \0 \0 \0 \0 \b \0 \0 \0 \v \0 \0 0124240 \0 \0 005 \0 \0 \0 @ \0 \0 \0 \0 \b \0 \0 \0 \0 0124260 \0 002 \0 # \0 \0 \0 017 \0 \0 \0 \0 \b \0 \0 \0 0124300 \v \0 \0 \0 \0 005 \0 \0 \0 327 \0 \0 \0 \0 \b \0 0124320 \0 \0 \0 \0 002 \0 # \0 \0 \0 5 \0 \0 \0 \0 \b 0124340 \0 \0 \0 \0 \0 002 \0 + \0 \0 \0 [ \0 \0 \0 \0 0124360 \b \0 \0 \0 \0 \0 002 \0 # \0 \0 \0 305 \0 \0 \0 0124400 \0 \b \0 \0 \0 \0 \0 002 \0 \0 \0 \0 226 \0 \0 0124420 \0 \0 \b \0 \0 \0 \0 \0 002 \0 \0 \0 \0 310 \0 0124440 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 \0 \0 \0 313 0124460 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 \0 \0 \0 0124500 v \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 # \0 \0 0124520 \0 i \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 ! \0 0124540 \0 \0 233 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 # 0124560 \0 \0 \0 027 \0 \0 \0 \0 \b \0 \0 \0 006 \0 \0 \0 0124600 \0 006 \0 \0 \0 211 \0 \0 \0 \0 \b \0 \0 \0 \b \0 0124620 \0 \0 \0 006 \0 \0 \0 < \0 \0 \0 \0 \b \0 \0 \0 0124640 \0 \0 002 \0 " \0 \0 \0 227 \0 \0 \0 \0 \b \0 \0 0124660 \0 \0 \0 002 \0 036 \0 \0 \0 M \0 \0 \0 \0 \b \0 0124700 \0 \0 \0 \0 002 \0 037 \0 \0 \0 | \0 \0 \0 \0 \b 0124720 \0 \0 \0 \0 \0 002 \0 \0 \0 \0 201 \0 \0 \0 \0 0124740 \b \0 \0 \0 \0 \0 002 \0 $ \0 \0 \0 023 \0 \0 \0 0124760 \0 005 \0 \0 \0 \0 \0 002 \0 , \0 \0 \0 023 \0 \0 0125000 \0 \0 005 \0 \0 \0 \0 \0 002 \0 + \0 \0 \0 314 \0 0125020 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 # \0 \0 \0 \b 0125040 \0 \0 \0 \0 005 \0 \0 \0 z \0 \0 \0 \0 \b \0 \0 0125060 \0 \0 \0 002 \0 # \0 \0 \0 \b \0 \0 \0 \0 005 \0 0125100 \0 \0 263 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 " 0125120 \0 \0 \0 261 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0125140 # \0 \0 \0 \v \0 \0 \0 \0 005 \0 \0 \0 k \0 \0 0125160 \0 \0 \b \0 \0 \0 \0 \0 002 \0 ! \0 \0 \0 _ \0 0125200 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 ! \0 \0 \0 210 0125220 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 033 \0 \0 \0 0125240 o \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 031 \0 \0 0125260 \0 250 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 031 \0 0125300 \0 \0 201 \0 \0 \0 \0 \b \0 \0 \0 003 \0 \0 \0 \0 0125320 006 \0 \0 \0 a \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 0125340 \0 \0 \0 \0 x \0 \0 \0 \0 \b \0 \0 \0 \0 \0 0125360 002 \0 033 \0 \0 \0 215 \0 \0 \0 \0 \b \0 \0 \0 \0 0125400 \0 002 \0 # \0 \0 \0 \f \0 \0 \0 \0 005 \0 \0 \0 0125420 r \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 ! \0 \0 0125440 \0 $ \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 ! \0 0125460 \0 \0 = \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 ! 0125500 \0 \0 \0 r \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0125520 032 \0 \0 \0 ( \0 \0 \0 \0 \b \0 \0 \0 \b \0 \0 0125540 \0 \0 005 \0 \0 \0 / \0 \0 \0 \0 \b \0 \0 \0 \0 0125560 \0 002 \0 037 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 \0 0125600 H \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 037 \0 \0 0125620 \0 001 \0 \0 \0 \0 005 \0 \0 \0 R \0 \0 \0 \0 \b 0125640 \0 \0 \0 \0 \0 002 \0 037 \0 \0 \0 002 \0 \0 \0 \0 0125660 005 \0 \0 \0 M \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 0125700 \0 037 \0 \0 \0 003 \0 \0 \0 \0 005 \0 \0 \0 W \0 0125720 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 035 \0 \0 \0 # 0125740 \0 \0 \0 \0 005 \0 \0 \0 \0 \0 002 \0 030 \0 \0 \0 0125760 , \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 # \0 \0 0126000 \0 \t \0 \0 \0 \0 005 \0 \0 \0 \t \0 \0 \0 \0 004 0126020 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 \0 U \0 \0 \0 0126040 \0 \b \0 \0 \0 \t \0 \0 \0 \0 006 \0 \0 \0 006 \0 0126060 \0 \0 \0 \b \0 \0 \0 \t \0 \0 \0 \0 006 \0 \0 \0 0126100 023 \0 \0 \0 \0 \b \0 \0 \0 \t \0 \0 \0 \0 006 \0 0126120 \0 \0 \v \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0126140 \0 \0 \0 200 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0126160 # \0 \0 \0 \b \0 \0 \0 \0 005 \0 \0 \0 005 \0 \0 0126200 \0 \0 004 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 \0 ; 0126220 \0 \0 \0 \0 \b \0 \0 \0 005 \0 \0 \0 \0 006 \0 \0 0126240 \0 H \0 \0 \0 \0 \b \0 \0 \0 005 \0 \0 \0 \0 006 0126260 \0 \0 \0 022 \0 \0 \0 \0 \b \0 \0 \0 005 \0 \0 \0 0126300 \0 006 \0 \0 \0 020 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 0126320 002 \0 \0 \0 001 " \0 \0 \0 \0 \b \0 \0 \0 \0 0126340 \0 002 \0 \0 \0 \0 251 \0 \0 \0 \0 \b \0 \0 \0 0126360 \0 \0 002 \0 \0 \0 \0 - \0 \0 \0 \0 \b \0 \0 0126400 \0 \0 \0 002 \0 027 \0 \0 \0 ] \0 \0 \0 \0 \b \0 0126420 \0 \0 \0 \0 002 \0 # \0 \0 \0 \v \0 \0 \0 \0 005 0126440 \0 \0 \0 004 \0 \0 \0 \0 004 \0 \0 \0 001 \0 \0 \0 0126460 \0 005 \0 \0 \0 / \0 \0 \0 \0 \b \0 \0 \0 004 \0 0126500 \0 \0 \0 006 \0 \0 \0 A \0 \0 \0 \0 \b \0 \0 \0 0126520 001 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 " \0 \0 0126540 \0 N \0 \0 \0 \0 \b \0 \0 \0 004 \0 \0 \0 \0 006 0126560 \0 \0 \0 ) \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0126600 026 \0 \0 001 $ \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 0126620 \0 026 \0 \0 \0 266 \0 \0 \0 \0 \b \0 \0 \0 004 \0 0126640 \0 \0 \0 006 \0 \0 \0 002 \0 \0 \0 \0 \b \0 \0 \0 0126660 \0 \0 002 \0 " \0 \0 \0 250 \0 \0 \0 \0 \b \0 \0 0126700 \0 \0 \0 002 \0 035 \0 \0 \0 \b \0 \0 \0 \0 005 \0 0126720 \0 \0 \0 \0 002 \0 024 \0 \0 \0 1 \0 \0 \0 \0 \b 0126740 \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 006 \0 \0 \0 \0 0126760 006 \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 1 \0 \0 \0 0127000 \0 \b \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 006 \0 \0 0127020 \0 \0 006 \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 6 \0 0127040 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 0127060 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 0127100 027 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 025 \0 \0 0127120 \0 033 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 025 \0 0127140 \0 \0 025 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 025 0127160 \0 \0 \0 \t \0 \0 \0 \0 006 \0 \0 \0 003 \0 \0 \0 0127200 \0 \b \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 \t \0 \0 0127220 \0 \0 006 \0 \0 \0 005 \0 \0 \0 \0 \b \0 \0 \0 \0 0127240 \0 002 \0 025 \0 \0 \0 \v \0 \0 \0 \0 006 \0 \0 \0 0127260 005 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 025 \0 \0 0127300 \0 021 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 025 \0 0127320 \0 \0 016 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 025 0127340 \0 \0 \0 020 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 0127360 025 \0 \0 \0 021 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 0127400 \0 025 \0 \0 \0 016 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 0127420 002 \0 025 \0 \0 \0 020 \0 \0 \0 \0 006 \0 \0 \0 \0 0127440 \0 002 \0 025 \0 \0 \0 ! \0 \0 \0 \0 006 \0 \0 \0 0127460 \0 \0 002 \0 025 \0 \0 \0 \v \0 \0 \0 \0 \b \0 \0 0127500 \0 \0 \0 002 \0 025 \0 \0 \0 \r \0 \0 \0 \0 006 \0 0127520 \0 \0 \0 \0 002 \0 025 \0 \0 \0 004 \0 \0 \0 \0 006 0127540 \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 027 \0 \0 \0 \0 0127560 \b \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 033 \0 \0 \0 0127600 \0 006 \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 030 \0 \0 0127620 \0 \0 \b \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 \t \0 0127640 \0 \0 \0 006 \0 \0 \0 002 \0 \0 \0 \0 \b \0 \0 \0 0127660 \0 \0 002 \0 025 \0 \0 \0 \n \0 \0 \0 \0 006 \0 \0 0127700 \0 002 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 025 \0 0127720 \0 \0 \v \0 \0 \0 \0 006 \0 \0 \0 003 \0 \0 \0 \0 0127740 \b \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 021 \0 \0 \0 0127760 \0 006 \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 016 \0 \0 0130000 \0 \0 006 \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 020 \0 0130020 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 006 0130040 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 025 \0 \0 \0 0130060 037 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 023 \0 \0 0130100 \0 8 \0 \0 \0 \0 005 \0 \0 \0 \0 \0 002 \0 034 \0 0130120 \0 \0 375 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 * 0130140 \0 \0 \0 217 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0130160 022 \0 \0 \0 \r \0 \0 \0 \0 005 \0 \0 \0 \0 \0 002 0130200 \0 + \0 \0 \0 232 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 0130220 002 \0 + \0 \0 001 002 \0 \0 \0 \0 \b \0 \0 \0 \0 0130240 \0 002 \0 + \0 \0 \0 210 \0 \0 \0 \0 \b \0 \0 \0 0130260 \t \0 \0 \0 \0 005 \0 \0 \0 002 \0 \0 \0 \0 \b \0 0130300 \0 \0 \0 \0 002 \0 # \0 \0 001 u \0 \0 \0 \0 \b 0130320 \0 \0 \0 \0 \0 002 \0 # \0 \0 \0 244 \0 \0 \0 \0 0130340 \b \0 \0 \0 \0 \0 002 \0 + \0 \0 \0 = \0 \0 \0 0130360 \0 \b \0 \0 \0 \0 \0 002 \0 # \0 \0 \0 222 \0 \0 0130400 \0 \0 \b \0 \0 \0 \f \0 \0 \0 \0 005 \0 \0 \0 004 0130420 \0 \0 \0 \0 004 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 0130440 \0 004 \0 \0 \0 \0 004 \0 \0 \0 005 \0 \0 \0 \0 005 0130460 \0 \0 \0 002 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0130500 \0 \0 \0 233 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 0130520 \0 # \0 \0 \0 271 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 0130540 002 \0 # \0 \0 \0 234 \0 \0 \0 \0 \b \0 \0 \0 \0 0130560 \0 002 \0 022 \0 \0 \0 \a \0 \0 \0 \0 005 \0 \0 \0 0130600 \0 \0 002 \0 + \0 \0 \0 j \0 \0 \0 \0 \b \0 \0 0130620 \0 \0 \0 002 \0 037 \0 \0 \0 G \0 \0 \0 \0 \b \0 0130640 \0 \0 \t \0 \0 \0 \0 004 \0 \0 \0 \f \0 \0 \0 \0 0130660 \b \0 \0 \0 \0 \0 002 \0 037 \0 \0 \0 \r \0 \0 \0 0130700 \0 \b \0 \0 \0 # \0 \0 \0 \0 006 \0 \0 \0 216 \0 0130720 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 037 \0 \0 001 035 0130740 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 + \0 \0 \0 0130760 F \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 # \0 \0 0131000 \0 * \0 \0 \0 \0 006 \0 \0 \0 001 \0 \0 \0 \0 003 0131020 \0 \0 \0 \0 \0 002 \0 # \0 \0 \0 R \0 \0 \0 \0 0131040 003 \0 \0 \0 037 \0 \0 \0 \0 \b \0 \0 \0 ( \0 \0 0131060 \0 \0 003 \0 \0 \0 \0 \0 002 \0 # \0 \0 \0 \n \0 0131100 \0 \0 \0 003 \0 \0 \0 > \0 \0 \0 \0 \b \0 \0 001 0131120 \f \0 \0 \0 \0 003 \0 \0 \0 001 \0 \0 \0 \0 \b \0 0131140 \0 \0 \0 \0 002 \0 + \0 \0 \0 333 \0 \0 \0 \0 \b 0131160 \0 \0 \0 \0 \0 002 \0 + \0 \0 \0 \r \0 \0 \0 \0 0131200 005 \0 \0 \0 \0 \0 002 \0 # \0 \0 \0 215 \0 \0 \0 0131220 \0 \b \0 \0 \0 \0 \0 002 \0 \0 \0 \0 d \0 \0 0131240 \0 \0 \b \0 \0 \0 \0 \0 002 \0 021 \0 \0 \0 255 \0 0131260 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 021 \0 \0 \0 ` 0131300 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 031 \0 \0 \0 0131320 9 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 020 \0 \0 0131340 \0 D \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 ! \0 0131360 \0 \0 366 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 033 0131400 \0 \0 \0 f \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0131420 027 \0 \0 001 ; \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 0131440 \0 + \0 \0 \0 $ \0 \0 \0 \0 005 \0 \0 \0 \0 \0 0131460 002 \0 # \0 \0 \0 207 \0 \0 \0 \0 \b \0 \0 \0 \0 0131500 \0 002 \0 # \0 \0 \0 I \0 \0 \0 \0 \b \0 \0 \0 0131520 \0 \0 002 \0 " \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 0131540 \0 004 \0 \0 \0 \0 004 \0 \0 \0 001 \0 \0 \0 \0 005 0131560 \0 \0 \0 \v \0 \0 \0 \0 004 \0 \0 \0 001 \0 \0 \0 0131600 \0 005 \0 \0 \0 e \0 \0 \0 \0 \b \0 \0 \0 004 \0 0131620 \0 \0 \0 006 \0 \0 \0 \f \0 \0 \0 \0 \b \0 \0 \0 0131640 \v \0 \0 \0 \0 006 \0 \0 \0 E \0 \0 \0 \0 \b \0 0131660 \0 \0 020 \0 \0 \0 \0 006 \0 \0 \0 / \0 \0 \0 \0 0131700 \b \0 \0 \0 \v \0 \0 \0 \0 006 \0 \0 \0 033 \0 \0 0131720 \0 \0 \b \0 \0 \0 \0 \0 002 \0 026 \0 \0 \0 \t \0 0131740 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 017 \0 \0 \0 003 0131760 \0 \0 \0 \0 \b \0 \0 \0 ) \0 \0 \0 \0 006 \0 \0 0132000 \0 \0 \0 002 \0 016 \0 \0 \0 004 \0 \0 \0 \0 \b \0 0132020 \0 \0 020 \0 \0 \0 \0 006 \0 \0 \0 020 \0 \0 \0 \0 0132040 \b \0 \0 \0 021 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 0132060 \0 " \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 \0 \a \0 0132100 \0 \0 \0 004 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 \0 0132120 \v \0 \0 \0 \0 004 \0 \0 \0 001 \0 \0 \0 \0 005 \0 0132140 \0 \0 \0 \0 \0 \0 \b \0 \0 \0 \a \0 \0 \0 \0 0132160 006 \0 \0 \0 + \0 \0 \0 \0 003 \0 \0 \0 \v \0 \0 0132200 \0 \0 002 \0 \0 \0 R \0 \0 \0 \0 003 \0 \0 \0 003 0132220 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 021 \0 \0 \0 0132240 Q \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 021 \0 \0 0132260 \0 \t \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 \0 0132300 \0 \0 003 \0 \0 \0 \0 \b \0 \0 \0 036 \0 \0 \0 \0 0132320 006 \0 \0 \0 \0 \0 002 \0 \b \0 \0 \0 ! \0 \0 \0 0132340 \0 006 \0 \0 \0 \0 \0 002 \0 \t \0 \0 \0 035 \0 \0 0132360 \0 \0 006 \0 \0 \0 \0 \0 002 \0 \f \0 \0 \0 022 \0 0132400 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 \v \0 \0 \0 006 0132420 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 \v \0 \0 \0 0132440 027 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 \n \0 \0 0132460 \0 026 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 \v \0 0132500 \0 \0 \a \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 \t 0132520 \0 \0 \0 020 \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 0132540 031 \0 \0 \0 006 \0 \0 \0 \0 \b \0 \0 \0 \f \0 \0 0132560 \0 \0 006 \0 \0 \0 021 \0 \0 \0 \0 \b \0 \0 \0 \r 0132600 \0 \0 \0 \0 006 \0 \0 \0 001 \0 \0 \0 \0 \b \0 \0 0132620 \0 020 \0 \0 \0 \0 006 \0 \0 \0 002 \0 \0 \0 \0 \b 0132640 \0 \0 \0 \0 \0 002 \0 \r \0 \0 \0 \a \0 \0 \0 \0 0132660 005 \0 \0 \0 035 \0 \0 \0 \0 004 \0 \0 \0 001 \0 \0 0132700 \0 \0 005 \0 \0 \0 304 \0 \0 \0 \0 \b \0 \0 \0 \0 0132720 \0 002 \0 026 \0 \0 \0 \t \0 \0 \0 \0 \b \0 \0 \0 0132740 \0 \0 002 \0 031 \0 \0 \0 003 \0 \0 \0 \0 \b \0 \0 0132760 \0 K \0 \0 \0 \0 006 \0 \0 \0 \0 \0 002 \0 031 \0 0133000 \0 \0 - \0 \0 \0 \0 \b \0 \0 \0 G \0 \0 \0 \0 0133020 006 \0 \0 \0 \0 \0 002 \0 033 \0 \0 \0 236 \0 \0 \0 0133040 \0 \b \0 \0 \0 \0 \0 002 \0 033 \0 \0 \0 213 \0 \0 0133060 \0 \0 \b \0 \0 \0 \0 \0 002 \0 + \0 \0 \0 $ \0 0133100 \0 \0 \0 005 \0 \0 \0 \0 \0 002 \0 # \0 \0 \0 K 0133120 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 # \0 \0 \0 0133140 ~ \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 1 \0 \0 0133160 \0 \f \0 \0 \0 \0 \a \0 \0 \0 \0 \0 002 \0 0 \0 0133200 \0 \0 f \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0 0133220 \0 \0 \0 252 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0133240 0 \0 \0 \0 316 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 0133260 \0 0 \0 \0 \0 305 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 0133300 002 \0 0 \0 \0 \0 / \0 \0 \0 \0 \b \0 \0 \0 \0 0133320 \0 002 \0 \a \0 \0 \0 022 \0 \0 \0 \0 005 \0 \0 \0 0133340 004 \0 \0 \0 \0 004 \0 \0 \0 001 \0 \0 \0 \0 005 \0 0133360 \0 \0 4 \0 \0 \0 \0 \b \0 \0 \0 004 \0 \0 \0 \0 0133400 006 \0 \0 \0 V \0 \0 \0 \0 003 \0 \0 \0 \0 \0 002 0133420 \0 006 \0 \0 \0 ( \0 \0 \0 \0 003 \0 \0 \0 \0 \0 0133440 002 \0 , \0 \0 \0 \a \0 \0 \0 \0 001 \0 \0 \0 \f 0133460 \0 \0 \0 \0 005 \0 \0 \0 \b \0 \0 \0 \0 004 \0 \0 0133500 \0 001 \0 \0 \0 \0 005 \0 \0 \0 q \0 \0 \0 \0 003 0133520 \0 \0 \0 \b \0 \0 \0 \0 006 \0 \0 \0 002 \0 \0 \0 0133540 \0 003 \0 \0 \0 \0 \0 002 \0 006 \0 \0 \0 & \0 \0 0133560 \0 \0 003 \0 \0 \0 \0 \0 002 \0 006 \0 \0 \b \0 0133600 001 \0 \f B M O B J . G E T F N 2 001 0133620 \0 \n T I M E S R O M A N \0 \f \0 \0 0133640 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 \0 \0 \0 \0 003 \0 0133660 \0 \0 \0 \0 002 \0 , \0 \0 \0 \a \0 \0 \0 \0 001 0133700 \0 \0 \0 \n \0 \0 \0 \0 005 \0 \0 \0 \b \0 \0 \0 0133720 \0 004 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 \0 f \0 0133740 \0 \0 \0 003 \0 \0 \0 \b \0 \0 \0 \0 006 \0 \0 \0 0133760 002 \0 \0 \0 \0 003 \0 \0 \0 \0 \0 002 \0 006 \0 \0 0134000 \0 % \0 \0 \0 \0 003 \0 \0 \0 \0 \0 002 \0 003 \0 0134020 \0 274 \0 001 \0 \f B M O B J . G E T 0134040 F N 2 001 \0 \n T I M E S R O M A N 0134060 \0 \f \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 \0 001 \0 \0 0134100 \0 \0 003 \0 \0 \0 \0 \0 002 \0 035 \0 \0 \0 \f \0 0134120 \0 \0 \0 001 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 \0 0134140 \b \0 \0 \0 \0 004 \0 \0 \0 001 \0 \0 \0 \0 005 \0 0134160 \0 \0 2 \0 \0 \0 \0 003 \0 \0 \0 \b \0 \0 \0 \0 0134200 006 \0 \0 \0 002 \0 \0 \0 \0 003 \0 \0 \0 \0 \0 002 0134220 \0 006 \0 \0 \0 ( \0 \0 \0 \0 003 \0 \0 \0 032 \0 0134240 \0 \0 \0 002 \0 \0 \0 001 \0 \0 \0 \0 003 \0 \0 \0 0134260 \0 \0 002 \0 035 \0 \0 \0 \v \0 \0 \0 \0 001 \0 \0 0134300 \0 001 \0 \0 \0 \0 005 \0 \0 \0 \b \0 \0 \0 \0 004 0134320 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 \0 5 \0 \0 \0 0134340 \0 003 \0 \0 \0 \b \0 \0 \0 \0 006 \0 \0 \0 002 \0 0134360 \0 \0 \0 003 \0 \0 \0 \0 \0 002 \0 * \0 \0 \0 % 0134400 \0 \0 \0 \0 003 \0 \0 \0 T \0 \0 \0 \0 002 \0 \0 0134420 \0 001 \0 \0 \0 \0 003 \0 \0 \0 \0 \0 002 \0 035 \0 0134440 \0 \0 \v \0 \0 \0 \0 001 \0 \0 \0 001 \0 \0 \0 \0 0134460 005 \0 \0 \0 \v \0 \0 \0 \0 001 \0 \0 \0 \v \0 \0 0134500 \0 \0 004 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 \0 3 0134520 \0 \0 \0 \0 003 \0 \0 \0 \n \0 \0 \0 \0 006 \0 \0 0134540 \0 002 \0 \0 \0 \0 003 \0 \0 \0 \0 \0 002 \0 035 \0 0134560 \0 \0 030 \0 \0 \0 \0 001 \0 \0 \0 \b \0 \0 \0 \0 0134600 004 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 \0 004 \0 \0 0134620 \0 \0 003 \0 \0 \0 027 \0 \0 \0 \0 001 \0 \0 \0 \b 0134640 \0 \0 \0 \0 004 \0 \0 \0 001 \0 \0 \0 \0 005 \0 \0 0134660 \0 004 \0 \0 \0 \0 003 \0 \0 \0 026 \0 \0 \0 \0 001 0134700 \0 \0 \0 001 \0 \0 \0 \0 003 \0 \0 \0 \f \0 \0 \0 0134720 \0 001 \0 \0 \0 \n \0 \0 \0 \0 004 \0 \0 \0 001 \0 0134740 \0 \0 \0 005 \0 \0 \0 D \0 \0 \0 \0 003 \0 \0 \0 0134760 \b \0 \0 \0 \0 006 \0 \0 \0 027 \0 \0 \0 \0 003 \0 0135000 \0 \0 \b \0 \0 \0 \0 006 \0 \0 \0 210 \0 \0 \0 \0 0135020 003 \0 \0 \0 \0 \0 002 \0 030 \0 \0 \0 323 \0 \0 \0 0135040 \0 003 \0 \0 \0 \0 \0 002 \0 001 \0 \0 \0 8 \0 \0 0135060 \0 \0 003 \0 \0 \0 005 \0 \0 \0 \0 002 \0 \0 \0 004 0135100 \0 \0 \0 \0 003 \0 \0 \0 \a \0 \0 \0 \0 002 \0 \0 0135120 \0 " \0 \0 \0 \0 003 \0 \0 \0 \0 \0 002 \0 \0 0135140 \0 \0 2 \0 \0 \0 \0 003 \0 \0 \0 \0 \0 002 \0 002 0135160 \0 \0 \0 243 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 \0 0135200 004 \0 \0 \0 G \0 \0 \0 \0 \b \0 \0 \0 \0 \0 002 0135220 \0 . \0 \0 001 236 \0 \0 \0 \0 \b \0 \0 \0 \0 \0 0135240 002 \0 * \0 \0 001 ` \0 \0 \0 \0 \b \0 \0 \0 \0 0135260 \0 002 \0 005 \0 \0 \0 211 \0 \0 \0 \0 \b \0 \0 \0 0135300 \0 \0 002 \0 1 \0 \0 \0 \v \0 \0 \0 \0 \a \0 \0 0135320 \0 \0 \0 002 \0 0 \0 \0 \0 @ \0 \0 \0 \0 \b \0 0135340 \0 \0 \0 \0 002 \0 0 \0 \0 \0 2 \0 \0 \0 \0 \b 0135360 \0 \0 \0 \0 \0 002 \0 0 \0 \0 \0 5 \0 \0 \0 \0 0135400 \b \0 \0 \0 \0 \0 002 \0 0 \0 \0 233 7 002 x z 0135420 271 0135421