Handbook
Glossary
PyRun_SimpleString ( command -- int )
Vocabulary
python
.
ffi
Inputs
command
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
python.ffi
LIBRARY:
python
FUNCTION:
int
PyRun_SimpleString
(
c-string
command )