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

Arguments:

str Source data

Description:

Sends data to output. Use this function instead of standard write.

Usage:

web_print('Hello, web');

See also:

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

PSP Help documents