9 lines
193 B
Plaintext
9 lines
193 B
Plaintext
#title EvalJS$ [RCBasic Doc]
|
|
#header Function EvalJS$(js_code$) 'Only useable in Emscripten
|
|
|
|
Runs javascript code
|
|
|
|
Returns the return value of the javascript code
|
|
|
|
NOTE: ONLY WORKS IN WEB PORT
|