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_println(const str: string);

Arguments:

str Source data

Description:

Sends data to output with end-of-line at the end. Use this function instead of standard writeln.

Usage:

web_println('Hello, web');

See also:

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

PSP Help documents