Implements

Specifies an interface to be implemented by a user-defined type
	Note: Stub page. Even though this keyword is reserved already, 
	interfaces are not implemented yet.

Syntax
	KeyPgTypeType typename Implements interface
		...
	End KeyPgTypeType

Description

Example

Dialect Differences
	* Not available in the CompilerOptlang-lang qb dialect unless referenced with the 
	  alias __Implements.

Differences from QB
	* New to FreeBASIC

See also
	* KeyPgTypeType
	* KeyPgExtendsExtends
	* KeyPgExtendsZstringExtends Zstring
	* KeyPgExtendsWstringExtends Wstring

