This is a search engine friendly CGI program that outputs help documents.
The LufDoc (Live User Fed Documentation) comment system will be implemented soon.

PSP Help Doc Indexer System

(Version 1.4.1)


Declaration:

procedure web_printlnf(const str: string);

Arguments:

str Source data

Description:

Sends data to output with end-of-line at the end. Data is preformatted with web_format. Use this function instead of standard write.

Usage:

web_printlnf('Hello, $name');

See also:

web_format, web_format_dotnet, web_print, web_printf, web_printfa, web_println, web_printlnf, web_printlnfa.

PSP Help documents