#print

Preprocessor diagnostic directive

Syntax
	#print text

Description
	Causes compiler to output text to screen during compilation.

Example
	#print Now compiling module foo

Differences from QB
	* New to FreeBASIC

See also
	* KeyPgPperror#error

