#print
Preprocessor diagnostic directive
#print text
Causes compiler to output text to screen during compilation.
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