Extracted from Pike v7.4 release 117 at 2004-07-26.
pike.ida.liu.se
[Top]
predef::

Method compile_string()


Method compile_string

program compile_string(string source, void|string filename, object|void handler)

Description

Compile the Pike code in the string source into a program. If filename is not specified, it will default to "-".

Functionally equal to compile (cpp (source , filename )).

See also

compile() , cpp() , compile_file()