Code Editor

The code editor allows you to make scripts that can do many things.
Scripts can be written in JavaScript or in Python.
To switch languages, use the Language option on the Run menu.
To run code, press F5 on your keyboard, or click Run > Run Code.
If your script is unresponsive, use the Kill Script button on the Run menu.

Exporting Code

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.
The code will be formatted according to the currently selected language in the editor.
Optionally, the contents of the Output window can be included in the exported file.