Obsolete Keywords

	Along the way FB has had a few keywords changed. Here is the list of 
	those no longer supported. Old code must be updated if recompiled.

	OPEN "CON:" 
		Use KeyPgOpenConsOpen Cons    
	OPEN "ERR:" 
		Use KeyPgOpenErrOpen Err 
	OPEN "PIPE:" 
		Use KeyPgOpenPipeOpen Pipe 
	POKEI  
		Use KeyPgPokePoke (Integer,Address,N)  
	POKES 
		Use KeyPgPokePoke (Short,Address,N) 
	SCREENINFO (Function returning a pointer to a structure)  
		Use KeyPgScreeninfoScreeninfo, Sub Returning Values In Its Arguments
	VAL64  
		Use KeyPgVallngVallng() 
	GOSUB
		Do not use KeyPgGosubGoSub in SUBs or FUNCTIONs anymore; allowed in -lang qb 
		mode.
