Updated docs
This commit is contained in:
23
doc/files/evaljs.html
Normal file
23
doc/files/evaljs.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user