1           +  Y      T55D.DFV                                                            POSTSCR  @ c B     TGM-TAB-012: PCCTGM-1992/01/17-fi: WORD55/POSTSCRIPT: T55.TXT T55D.DFV
TURBO-PASCAL-5.5e 
Help on Help 
F1	Wherever you are, this displays a context-related Help screen. Once you're in Help, pressing F1 again pops up the Help Index. 
Ctrl-F1	From the editor, displays Language Help based on the cursor's position. 
Alt-F1	Pages backward through the last 20 help screens. Cut&Paste From Help screen, press C to activate the cursor, B to begin marking the block, and Enter to paste it into the editor. Ctrl-K V moves the block; Ctrl-K H hides the highlighting. PgUp/PgDn Allows you to page through a help topic. Arrows Moves the highlight bar to a  keyword (if any are visible). Enter Displays help screen for selection (if highlight bar is present). 
Cursor Movement 
Character left	Ctrl-S or Left arrow 
Character right	Ctrl-D or Right arrow 
Word left	Ctrl-A or Ctrl-Left arrow 
Word right	Ctrl-F or Ctrl-Right arrow 
Line up	Ctrl-E or Up arrow 
Line down	Ctrl-X or Down arrow 
Scroll up	Ctrl-W 
Scroll down	Ctrl-Z 
Page up	Ctrl-R or PgUp 
Page down	Ctrl-C or PgDn 
Last position	Ctrl-Q P 
Insert & Delete
Insert mode on/off	Ctrl-V or Ins 
Insert line	Ctrl-N 
Insert options	Ctrl-O O 
Delete line	Ctrl-Y 
Delete to end of line	Ctrl-Q Y 
Delete character left	Ctrl-H or Backspace 
Delete character	Ctrl-G or Del 
Delete word right	Ctrl-T 
Delete block	Ctrl-K Y 
Block
Mark block begin	Ctrl-K B 
Mark block end	Ctrl-K K 
Mark single word	Ctrl-K T 
Copy block	Ctrl-K C 
Move block	Ctrl-K V 
Delete block	Ctrl-K Y 
Read block from disk	Ctrl-K R 
Write block to disk	Ctrl-K W 
Hide/display block	Ctrl-K H 
Print block	Ctrl-K P 
Indent block	Ctrl-K I 
Unindent block	Ctrl-K U 
Miscellaneous
Exit editor, no save	Ctrl-K D or Ctrl-K Q 
Save and edit	Ctrl-K S or F2 
Load new file	F3 
Tab	Ctrl-I or Tab 
Tab mode	Ctrl-O T or Ctrl-Q T 
Fill mode	Ctrl-O F 
Autoindent on/off	Ctrl-O I or Ctrl-Q I 
Unindent mode	Ctrl-O U 
Restore line	Ctrl-Q L 
Set place marker	Ctrl-K n 
Find place marker	Ctrl-Q n 
Pair matching right	Ctrl-Q [ 
Pair matching left	Ctrl-Q ] 
Control character prefix	Ctrl-P 
Abort operation	Ctrl-U 
Restore error message	Ctrl-Q W 
Find	Ctrl-Q F 
Find & replace	Ctrl-Q A 
Repeat last find	Ctrl-L 
Search Options 
B	Searches backward 
G	Searches globally 
L	Searches locally 
n	n = any number; searches n times 
N	Replaces without asking 
U	Ignores uppercase/lowercase 
W	Searches for whole words only 
Hot keys 
F1	Takes you to context-sensitive  help 
F2	Saves the file currently in the  editor 
F3	Lets you load a new file 
F4	Executes to the cursor location 
F5	Zooms and unzooms active window 
F6	Switches the active window 
F7	traces into subroutines 
F8	Steps over subroutine calls 
F9	Performs a Make 
F10	Toggles between menus and active window 
Alt-F1	Brings up the last Help  screen referenced 
Alt-F3	Lets you pick a file to load 
Alt-F5	Takes you to the User screen 
Alt-F6	Switches the contents of the  active window 
Alt-F9	Compiles your program 
Alt-B	Takes you to Break/watch menu 
Alt-C	Takes you to the Compile menu 
Alt-D	Takes you to the Debug menu 
Alt-E	Puts you in the editor 
Alt-F	Takes you to the File menu 
Alt-O	Takes you to the Options menu 
Alt-R	Takes you to the Run menu 
Alt-X	Exits you to DOS 
Ctrl-F1	Brings up help on keywords in  your source using the cursor. 
Ctrl-F2	Terminates a debug session 
Ctrl-F3	Displays call stack when  debugging 
Ctrl-F4	Evaluates or modifies  variable 
Ctrl-F7	Adds an expression to the  Watch window 
Ctrl-F8	Toggles breakpoint 
Ctrl-F9	Runs your program 
Shift-F10	Displays version information 
Compiler directives 
Switch name	Syntax	Default	Type	Menu
Align Data	{$A+} or {$A-} 	{$A+} 	Global	O/C/Align data 
Boolean Evaluation	{$B+} or {$B-} 	{$B-} 	Local 	O/C/Boolean evaluation
Debug Information	{$D+} or {$D-} 	{$D+} 	Global 	O/C/Debug information
Emulation	{$E+} or {$E-} 	{$E+} 	Global 	O/C/Emulation
Force FAR Calls	{$F+} or {$F-} 	{$F-} 	Local 	O/C/Force far calls
Input/Output-Checking	{$I+} or {$I-} 	{$I+} 	Local 	O/C/I/O-checking
Local Symbol Info.	{$L+} or {$L-} 	{$L+} 	Global 	O/C/Local symbols
Numeric Processing	{$N+} or {$N-} 	{$N-} 	Global 	O/C/Numeric processing
Overlay Code Gen.	{$O+} or {$O-} 	{$O-} 	Global 	O/C/Overlays allowed
Range-Check	{$R+} or {$R-} 	{$R-} 	Local 	O/C/Range-checking 
Stack-Overflow Check	{$S+} or {$S-} 	{$S+} 	Local 	O/C/Stack-checking 
Var-String Check	{$V+} or {$V-} 	{$V+} 	Local 	O/C/Var-string checking
Include File	{$I filename} 		Local 	O/D/Include Directories 
Link Obj.File	{$L filename} 		Local 	O/D/Object Directories 
Mem.Allocation Sizes 	{$M stacksize,heapmin,heapmax} 		{$M 16384,0,655360}			Global 	O/C/Memory sizes 
Overlay Unit Name 	{$O unitname} 		Local 	none 
Library procedures 
Append 
Arc 
Assign 
AssignCrt 
Bar3D 
Bar 
BlockRead 
BlockWrite 
ChDir 
Circle 
ClearDevice 
ClearViewPort 
Close 
CloseGraph 
ClrEol 
ClrScr 
Dec 
Delay 
Delete 
DelLine 
DetectGraph 
Dispose 
Ellipse 
Erase 
Exec 
Exit 
Fail 
FillChar 
FillEllipse 
FillPoly 
FindFirst 
FindNext 
FloodFill 
Flush 
FreeMem 
FSplit 
GetArcCoords 
GetAspectRatio 
GetCBreak 
GetDate 
GetDir 
GetFAttr 
GetFillSettings 
GetFTime 
GetImage 
GetIntVec 
GetLineSettings 
GetMem 
GetPalette 
GetTextSettings 
GetTime 
GetVerify 
GetViewSettings 
GotoXY 
Halt 
HighVideo 
Inc 
InitGraph 
Insert 
InsLine 
Intr 
Keep 
Line 
LineRel 
LineTo 
LowVideo 
Mark 
MkDir 
Move 
MoveTo 
New 
NormVideo 
NoSound 
OutText 
OutTextXY 
OvrClrBuf 
OvrInit 
OvrInitEMS 
OvrSetBuf 
OvrSetRetry 
PackTime 
PieSlice 
PutImage 
PutPixel 
Randomize 
Read (typed) 
Read (text) 
ReadLn 
Rectangle 
Release 
Rename 
Reset 
RestoreCrtMode 
Rewrite 
RmDir 
RunError 
Sector 
Seek 
SetActivePage 
SetAllPalette 
SetAspectRatio 
SetBkColor 
SetCBreak 
SetColor 
SetDate 
SetFAttr 
SetFillPattern 
SetFillStyle 
SetFTime 
SetGraphMode 
SetIntVec 
SetLineStyle 
SetPalette 
SetRGBPalette 
SetTextBuf 
SetTextJustify 
SetTextStyle 
SetTime 
SetUserCharSize 
SetVerify 
SetViewPort 
SetVisualPage 
SetWriteMode 
Str 
SwapVectors 
TextBackground 
TextColor 
TextMode 
Truncate 
UnPackTime 
Val 
Window 
Write (typed) 
Write (text) 
WriteLn 
Library functions 
Abs 
Addr 
ArcTan 
Chr 
Concat 
Copy 
Cos 
CSeg 
DiskFree 
DiskSize 
DosExitCode 
DosVersion 
DSeg 
EnvCount 
EnvStr 
Eof (typed) 
Eof (text) 
Eoln 
Exp 
FExpand 
FilePos 
FileSize 
Frac 
FSearch 
GetBkColor 
GetColor 
GetDefaultPalette 
GetDriverName 
GetEnv 
GetGraphMode 
GetMaxMode 
GetMaxX 
GetMaxY 
GetModeName 
GetPaletteSize 
GetPixel 
GetX 
GetY 
GraphErrorMsg 
GraphResult 
Hi 
ImageSize 
InstallUserDriver 
InstallUserFont 
Int 
IOResult 
KeyPressed 
Length 
Lo 
MaxAvail 
MemAvail 
MsDos 
Odd 
Ofs 
Ord 
OvrGetBuf 
OvrGetRetry 
ParamCount 
ParamStr 
Pi 
Pos 
Pred 
Ptr 
Random 
ReadKey 
Round 
SeekEof 
SeekEoln 
Seg 
SetAspectRatio 
Sin 
SizeOf 
Sound 
SPtr 
Sqr 
Sqrt 
SSeg 
Succ 
Swap 
TextHeight 
TextWidth 
Trunc 
TypeOf 
UpCase 
WhereX 
WhereY 
Turbo Pascal Reserved Words 
absolute 
and 
array 
begin 
case 
const 
constructor 
destructor 
div 
do 
downto 
else 
end 
external 
file 
for 
forward 
function 
goto 
if 
implementation 
in 
inline 
interface 
interrupt 
label 
mod 
nil 
not 
object 
of 
or 
packed 
procedure 
program 
record 
repeat 
set 
shl 
shr 
string 
then 
to 
type 
unit 
until 
uses 
var 
virtual 
while 
with 
xor 
System unit
Abs 
Addr 
Append 
ArcTan 
Assign 
BlockRead 
BlockWrite 
ChDir 
Chr 
Close 
Concat 
Copy 
Cos 
CSeg 
Dec 
Delete 
Dispose 
DSeg 
Eof (typed) 
Eof (text) 
Eoln 
Erase 
Exit 
Exp 
FilePos 
FileSize 
FillChar 
Flush 
Frac 
FreeMem 
GetDir 
GetMem 
Halt 
Hi 
Inc 
Insert 
Int 
IOResult 
Length 
Ln 
Lo 
Mark 
MaxAvail 
MemAvail 
MkDir 
Move 
New 
Odd 
Ofs 
Ord 
ParamCount 
ParamStr 
Pi 
Pos 
Pred 
Ptr 
Random 
Randomize 
Read (typed) 
Read (text) 
ReadLn 
Release 
Rename 
Reset 
Rewrite 
RmDir 
Round 
RunError 
Seek 
SeekEof 
SeekEoln 
Seg 
SetTextBuf 
Sin 
SizeOf 
SPtr 
Sqr 
Sqrt 
SSeg 
Str 
Succ 
Swap 
Trunc 
Truncate 
UpCase 
Val 
Write (typed) 
Write (text) 
WriteLn 
Turbo3 unit 
MemAvail
LongFileSize
LongFilePos
LongSeek 
HighVideo 
NormVideo 
LowVideo 
IOResult 
Graph unit 
Arc 
Bar 
Bar3D 
Circle 
ClearDevice 
ClearViewPort 
CloseGraph 
DetectGraph 
Drawpoly 
Ellipse 
FillEllipse 
FillPoly 
FloodFill 
GetArcCoords 
GetAspectRatio 
GetBkColor 
GetColor 
GetDefaultPalette 
GetDriverName 
GetFillPattern 
GetFillSettings 
GetGraphMode 
GetImage 
GetLineSettings 
GetMaxMode 
GetMaxColor 
GetMaxX 
GetMaxY 
GetModeName 
GetModeRange 
GetPalette 
GetPaletteSize 
GetPixel 
GetTextSettings 
GetViewSettings 
GetX 
GetY 
GraphDefaults 
GraphErrorMsg 
GraphResult 
ImageSize 
InitGraph 
InstallUserDriver 
InstallUserFont 
Line 
LineRel 
LineTo 
MoveRel 
MoveTo 
OutText 
OutTextXY 
PieSlice 
PutImage 
PutPixel 
Rectangle 
RegisterBGIdriver 
RegisterBGIfont 
RestoreCrtMode 
Sector 
SetActivePage 
SetAllPalette 
SetAspectRatio 
SetBkColor 
SetColor 
SetFillPattern 
SetFillStyle 
SetGraphBufSize 
SetGraphMode 
SetLineStyle 
SetPalette 
SetRGBPalette 
SetTextJustify 
SetTextStyle 
SetUserCharSize 
SetViewPort 
SetVisualPage 
SetWriteMode 
TextHeight 
TextWidth 
Graph3 unit 
GraphColorMode 
GraphMode 
HiRes 
Palette 
HiResColor 
GraphBackground 
GraphWindow 
Plot 
Draw 
ColorTable 
Arc 
Circle 
GetPic 
PutPic 
GetDotColor 
FillScreen 
FillShape 
FillPattern 
Pattern 
Back 
Forwd 
ClearScreen 
Heading 
HideTurtle 
Home 
NoWrap 
PenDown 
PenUp 
SetHeading 
SetPenColor 
SetPosition 
ShowTurtle 
TurnLeft 
TurnRight 
TurtleWindow 
TurtleThere 
TurtleDelay 
Wrap 
XCor 
YCor 
Dos unit 
DiskFree 
DiskSize 
DosExitCode 
DosVersion 
EnvCount 
EnvStr 
Exec 
FExpand 
FSearch 
FSplit 
FindFirst 
FindNext 
GetCBreak 
GetDate 
GetEnv 
GetFAttr 
GetFTime 
GetIntVec 
GetTime 
GetVerify 
Intr 
Keep 
MsDos 
PackTime 
SetCBreak 
SetDate 
SetFAttr 
SetFTime 
SetIntVec 
SetVerify 
SetTime 
SwapVectors 
UnpackTime 
GetIntVec 
MsDos 
SetIntVec 
GetDate 
GetFTime 
GetTime 
PackTime 
SetDate 
SetFTime 
SetTime 
UnpackTime 
Disk status functions	
DiskFree 
DiskSize 
FindFirst 
FExpand 
FindNext 
FSearch 
FSplit 
GetFAttr 
SetFAttr 
DosExitCode 
Exec 
Keep 
SwapVectors 
Crt unit 
AssignCrt 
ClrEol 
ClrScr 
Delay 
DelLine 
GotoXY 
HighVideo 
InsLine 
KeyPressed 
LowVideo 
NormVideo 
NoSound 
ReadKey 
Sound 
TextBackground 
TextColor 
TextMode 
WhereX 
WhereY 
Window 
Overlay unit 
OvrClearBuf 
OvrInitEMS 
OvrGetBuf 
OvrSetBuf 
OvrGetRetry 
OvrSetRetry 
OvrInit.
܀      w +          b    ]    X    D o  ?                       ? Y        x   
=  %               o    v u  v   q   l   l   l #  l @  l a  l                   A  ? 	a  t  v   v   v   v   v   q 
  l   l 9  l                   A  A 	9  N  v o  v   v   v   v   v   q   l -  l                       A  A 	-  I  v _  v u  v   v   v   v   v   v   v                   A  A 	  3  v B  q n  l   l   l   l   l   l   l                   A  A 	  +  v C  v _  v |  v   v   v   v   v 	  v                   A  A 		  %	  v ?	  v Y	  v j	  q 	  l 	  l 	  l 	  l 	  l                   ?  A 		  
  v .
  v :
  q d
  l 
  l 
  l 
  l 
  l   l                       ?  ? 	  6  v W  v l  v   v   v   v   v O  v n  v                   ?  ? 	n    v   v   v   v  
  v F
  v h
  v 
  v 
  v                   ?  ? 	
  
  v   v E  v w  v   v   v   v   q   l                                = ? 	    v   q Q  q   q   q   q ]  q   q   q        h'  h'  h'  h'  h'  h'  h'  h'  G = 	  2  v y  v   v    v H  v   v   v .  v _  v  h'  h'  h'  h'  h'  h'  h'  h'        G G 	_  `  v u  q v  l   g   g   g   g   g                    	  	  	  	  	  h'  A =  =     v   v   v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	 =  A 	    v   v   v %  v .  v 8  v F  v P  v Z  v  	  	  	  	  	  	  	  	  	 =  A 	Z  b  v i  v p  v w  v   v   v   v   v   v  	  	  	  	  	  	  	  	  	 =  A 	    v   v   v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	 =  A 	  #  v 5  v @  v K  v W  v i  v r  v   v   v  	  	  	  	  	  	  	  	  	 =  A 	    v   v   v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	 =  A 	    v   v   v   v   v "  v -  v 4  v <  v  	  	  	  	  	  	  	  	  	 =  A 	<  C  v L  v R  v ^  v h  v r  v ~  v   v   v  	  	  	  	  	  	  	  	  	 =  A 	    v   v   v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	 =  A 	    v   v %  v /  v 8  v @  v Q  v [  v c  v  	  	  	  	  	  	  	  	  	 =  A 	c  n  v w  v ~  v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	 =  A 	    v   v   v   v   v "  v .  v =  v J  v  	  	  	  	  	  	  	  	  	 =  A 	J  Z  v g  v x  v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	 =  A 	    v   v   v   v 
  v   v #  v 0  v 6  v  	  	  	  	  	  	  	  	  	 =  A 	6  ?  v O  v ^  v h  v i  q ~  l   g   b  	  	  	                          	  A =  = A     v   v   v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	  = A 	    v   v   v   v   v   v   v &  v ,  v  	  	  	  	  	  	  	  	  	  = A 	,  6  v @  v K  v R  v \  v i  v t  v   v   v  	  	  	  	  	  	  	  	  	  = A 	    v   v   v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	  = A 	  	  v   v '  v ,  v 8  v L  v ^  v d  v o  v  	  	  	  	  	  	  	  	  	  = A 	o  |  v   v   v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	  = A 	    v   v   v   v   v   v   v   v 
  v  	  	  	  	  	  	  	  	  	  = A 	
    v   v )  v 4  v :  v K  v Q  v Z  v b  v  	  	  	  	  	  	  	  	  	  = A 	b  i  v o  v v  v }  v   v   v   v   v   v  	  	  	  	  	  	  	  	  	  = A 	    v   v   v   v   q   l   g   b  	  	  	                          	  A =  = A     v 	  v   v   v    v .  v ;  v A  v F  v  	  	  	  	  	  	  	  	  	  = A 	F  O  v V  v \  v g  v n  v t  v ~  v   v   v  	  	  	  	  	  	  	  	  	  = A 	    v   v   v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	  = A 	    v   v   v   v   v   v   v !  v *  v  	  	  	  	  	  	  	  	  	  = A 	*  0  v 6  v <  v E  v L  v Q  v X  v _  v g  v  	  	  	  	  	  	  	  	  	  = A 	g  n  v t  v ~  v   v   v   v   q   l  	  	  	  	  	                    	  	  = A     v   q   q   q   q   q   q   q   q        	  	  	  	  	  	  	  	  A = 	    v   v   v 	  v   v   v   v %  v /  v  	  	  	  	  	  	  	  	  	  A A 	/  6  v D  v Q  v X  v `  v g  v m  v w  v   v  	  	  	  	  	  	  	  	  	  A A 	    v   v   v   v   v   v   v   v   v  	  	  	  	  	  	  	  	  	  A A 	    v   v   v   v   v   v   v 	   v    v  	  	  	  	  	  	  	  	  	  A A 	      v #   v )   v /   v 5   v ;   v H   v S   v X   v  	  	  	  	  	  	  	  	  	  A A 	X   ^   v e   v k   v t   v    v    v    v    v    v  	  	  	  	  	  	  	  	  	  A A 	      v    v    v    v    v    v    v    v !  v  	  	  	  	  	  	  	  	  	  A A 	!  !  v !  v !  v $!  v +!  v 1!  v 8!  v ?!  v E!  v  	  	  	  	  	  	  	  	  	  A A 	E!  L!  v S!  v [!  v f!  v o!  v u!  v !  v !  v !  v  	  	  	  	  	  	  	  	        A A 	!  !  v !  q !  l !  g !  g !  g !  g !  g                    	  	  	  	  	  	  A =  = !  !  v "  v "  v 
"  q "  l "  g !"  b '"  b  	  	                          	  	  A =  = A '"  /"  v 8"  v F"  v V"  v c"  v q"  v |"  v "  v "  v  	  	  	  	  	  	  	  	  	  = A 	"  "  v "  v "  v "  v "  v "  v "  v #  v #  v  	  	  	  	  	  	  	  	  	  = A 	#  *#  v 9#  v D#  v V#  v c#  v q#  v {#  v #  v #  v  	  	  	  	  	  	  	  	  	  = A 	#  #  v #  v #  v #  v #  v #  v #  v #  v 
$  v  	  	  	  	  	  	  	  	  	  = A 	
$  $  v +$  v 7$  v C$  v W$  v i$  v p$  v z$  v $  v  	  	  	  	  	  	  	  	  	  = A 	$  $  v $  v $  v $  v $  v $  v $  v $  v $  v  	  	  	  	  	  	  	  	  	  = A 	$  $  v %  v %  v )%  v 9%  v J%  v W%  v b%  v s%  v  	  	  	  	  	  	  	  	  	  = A 	s%  %  v %  v %  v %  v %  v %  v %  v %  v &  v  	  	  	  	  	  	  	  	  	  = A 	&  &  v &  v .&  v ;&  v G&  v H&  q V&  l W&  g  	  	  	  	                          	  =  = A W&  h&  v t&  v |&  v &  v &  v &  v &  v &  v &  v  	  	  	  	  	  	  	  	  	  = A 	&  &  v &  v &  v &  v &  v &  v 
'  v '  v $'  v  	  	  	  	  	  	  	  	  	  = A 	$'  .'  v 5'  v ='  v K'  v U'  v b'  v i'  v r'  v |'  v  	  	  	  	  	  	  	  	  	  = A 	|'  '  v '  v '  v '  v '  v '  v '  v '  v '  v  	  	  	  	  	  	  	  	  	  = A 	'  '  v (  v 
(  v (  v (  q (  l (  g )(  b  	  	  	                          	  A =  = A )(  4(  v B(  v O(  v Z(  v c(  v j(  v t(  v ~(  v (  v  	  	  	  	  	  	  	  	  	  = A 	(  (  v (  v (  v (  v (  v (  v (  v (  v (  v  	  	  	  	  	  	  	  	  	  = A 	(  (  v (  v )  v )  v )  v ")  v ,)  v 7)  v B)  v  	  	  	  	  	  	  	  	  	  = A 	B)  N)  v Z)  v d)  v r)  v )  v )  v )  v )  v )  v  	  	  	  	  	  	  	  	  	  = A 	)  )  v )  v )  v )  v )  v )  v )  v 
*  v *  v  	  	  	  	  	  	  	  	  	  = A 	*  #*  v /*  v 9*  v D*  v N*  v W*  v b*  v m*  v {*  v  	  	  	  	  	  	  	  	  	  = A 	{*  *  v *  v *  v *  q *  l *  g *  b *  b  	  	                          	  	  A =  = A *  *  v *  v *  v *  v *  v *  v  +  v +  v +  v  	  	  	  	  	  	  	  	  	  = A 	+  !+  v ++  v 3+  v D+  v P+  v [+  v d+  v m+  v v+  v  	  	  	  	  	  	  	  	        = A 	v+  w+  v +  q +  l +  g +  g +  g +  g +  g                    	  	  	  	  	  	  A =  = +  +  v +  v +  q +  q +   	                                	  	  	  	  	  	  A = = A "֐A.><7O(@>  ?(7 
       b+                    b+  a   ]     V  Z   #V  q   %V     'V     )V     +V     -V  Q   /V  p   1V     3V  "   5V  !   7V  .!   9V  !   ;V  !   =V  %   ?V  %   AV  '   CV  '   EV  *   GV  $*   IV  *   KV  +   MV  a+   OV  b+   QV  c+         " *         01.20.9201.14.92b+  