about JSCL
Hi,
I'm trying to understand the behavior of JSCL.
I'm trying to understand the behavior of JSCL.
Now I can access to the symbol and call a function from Chrome's console.
jscl.CL.EQ.fvalue.call(this, this, 1, 1)
And I can select the input code on REPL.
$('span.jqconsole-prompt:last-child').text()
But I cannot explain about the details...
Can anyone explain about how JSCL works?