docs.kde.org
Using the Console
Prev
Next

Chapter 3. Using the Console

KAlgebra's console is useful as a calculator. There you have a list of the declared variables. By double clicking on them you will see a dialog that lets you change their values (just a way to trick the log). Every time you enter an expression, the "ans" variable value will be changed to the last result.

Examples:

Menu options:

New (Ctrl+N)

Flushes the log.

Load Script (Ctrl+L)

Executes the instructions in a file sequentially. Nice if you want to define some libraries or something like this.

Save Script (Ctrl+G)

Saves the instructions you have typed since the session began.

Save Log (Ctrl+S)

Saves the log with all results into a file.

Quit (Ctrl+Q)

Shuts the program down.

Prev
Next
Contents


docs.kde.org