mWriteLn MACRO
text:REQ
Writes a literal string (no terminal null) to
standard output, followed by an end of line sequence
(carriage-return, linefeed).
Parameters:
text:REQ - A string literal.
Example:
mWriteLn "Hello World"
Dependencies:
Uses the mWrite
macro and causes a call to the Crlf procedure.
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |