Algosim documentation: Program editor

Program editor

The Program editor is used to edit Algosim programs.

Image 1

You can display the program’s AST while editing the program:

Image 2

Syntax errors are detected in real time:

Image 3

Keyboard interface

Shortcut Description
Ctrl+S Saves the program
Shift+Ctrl+S Saves the program using a new file name
Ctrl+Enter Executes the program
Ctrl+Shift+Space Indents the selected lines(s)
Ctrl+Shift+Backspace Unindents the selected line(s)