#PRINT
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgPpprint
- Last revised: 2016-02-10
Preprocessor diagnostic directive
Syntax
` #print text
`
Description
Causes compiler to output text to screen during compilation.
Examples
start GeSHi
vb
#PRINT Now compiling module fooend GeSHi
Differences from QB
- New to FreeBASIC
See also
#error
Back to DocToc