Calling from js

So...
I know how to run a block in JavaScript as if it was not, but now i was wondering: can i call rings in javascript?(reporter or predicate)
Something like

Call ( report jsfunc ([a], [proc])[
return proc.call(a);
]) with inputs ((reporter/predicate))
[scratchblocks]
(Call (Javascript function( [a] [proc])::operators)::control)
[/scratchblocks]
(Srry just testing)

proc.evaluate(
  whateverTheBlockIs, 
  new List(), // inputs
  true // is command
);

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.