Method compile_string()
- Method
compile_string
program
compile_string(string
source
,string
|void
filename
,CompilationHandler
|void
handler
,void
|program
p
,void
|object
o
,int
|void
show_if_constant_errors
)- Description
Compile the Pike code in the string
source
into a program. Iffilename
is not specified, it will default to"-"
.- See also