-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Statements to be executed are entered in the left-hand pane, labelled "Input".
Multiple statements can be entered. Enter / Return inserts a new line.
For details on syntax and features, see the ModularCalculator wiki.
The Insert menu helps with quickly inserting constants, dates, operators, functions, units and user-defined functions. These menus help discover what constants etc are available.
To execute the statements, press Ctrl+Enter, or click the Execute button on the menu bar.
The right-hand pane labelled "Output" will be cleared, and the results of all the statements in the input pane will be displayed in order. Each result row includes the statement that was executed in the left-hand column, and the result in the right-hand column.
Multiple tabs can be open at once in the application. File->New Tab opens a new tab.
You can switch between tabs by clicking on them or pressing Ctrl+PgUp or Ctrl+PgDn.
The tabs can be reordered by clicking and dragging on them.
A tab can be closed with File->Close Tab, or by middle clicking it.
File->Save allows you to save the contents of the tab you're working on. The filename will appear in the tab title when the file has been saved. File->Save As lets you save a file you're working on as a different file.
File->Open lets you open a file, this is opened as a new tab.