Closed PropGit closed 6 years ago
Add an #info directive the generates an information message during compilation; much the same way as #warning does (non-fatal message event) but implies less serious nature.
#info
#warning
#info User-Information-Message-Here
generates
info: #info: User-Information-Message-Here
This has been added.
Add an
#info
directive the generates an information message during compilation; much the same way as#warning
does (non-fatal message event) but implies less serious nature.#info User-Information-Message-Here
generates
info: #info: User-Information-Message-Here