LIB("pyobject.so");
==> no pyobject support
python_eval("17 + 4");
==> ? `python_eval` is not defined
==> ? error occurred in or before ./examples/python_eval.sing line 2: ` p\
ython_eval("17 + 4");`
typeof(_);
==> ?unknown type?
list ll = python_eval("range(10)");
==> ? `python_eval` is not defined
==> ? error occurred in or before ./examples/python_eval.sing line 4: ` l\
ist ll = python_eval("range(10)");`
|