Files
RCBASIC4/doc/doc_files/evaljs.html
2026-02-26 15:33:51 -06:00

24 lines
457 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>
</p>
</body>
</html>