You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
887 B
HTML

<html>
<head>
<title>Editor</title>
</head>
<body>
<h1>Code Editor</h1>
<p>The code editor allows you to make scripts that can do many things.
<br>Scripts can be written in JavaScript or in Python.
<br>To switch languages, use the Language option on the Edit menu.
</p>
<p><i><b>Note:</b>
Python scripts require
<span style="font-family: monospace;">_.</span>
before SyMAT commands.</i></p>
<h2>Exporting Code</h2>
<p>You can export syntax-highlighted (colored) code to
HTML or PDF with the Export tool. This is useful for generating
reports or for publishing to the Internet.
<br>The code will be formatted according to the currently selected
language in the editor.</p>
</body>
</html>