23 lines
450 B
HTML
23 lines
450 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="style.css">
|
|
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
|
<title>EvalJS$ [RCBasic Doc] </title>
|
|
</head>
|
|
|
|
<body>
|
|
<p><h2>Function EvalJS$(js_code$) 'Only useable in Emscripten </h2></p>
|
|
<p>
|
|
Runs javascript code
|
|
</p>
|
|
<p>
|
|
Returns the return value of the javascript code
|
|
</p>
|
|
<p>
|
|
NOTE: ONLY WORKS IN WEB PORT
|
|
</p>
|
|
<p>
|
|
|
|
</body>
|
|
</html> |