Exporting predicates in the code loaded into PEngines via the src_text parameter?

Hi Jan. That’s a good point. But be aware, the Javascript API docs use srctext not src_text with an underscore. That still ends up with the Javascript developer passing something that Pengines.js won’t recognize since it is looking for src specifically. My apologies in advance if I am somehow wrong on this. I’ll stick with my change to PEngines.js because I no longer get existence errors when I make calls to predicates in my src_text code since I altered Pengines.js to look for src_text and not src. Now I just have to figure out why call() doesn’t work for me when in the PEngines sandbox: