mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.0t10
This commit is contained in:
@@ -9,13 +9,13 @@ Interrupts
|
||||
|
||||
You can generate the SIGINT signal multiple times if necessary,
|
||||
and each time the calculator will abort the calculation at a more
|
||||
risky place within the calculation. Each new interrupt prints a
|
||||
risky place within the calculation. Each new interrupt prints a
|
||||
message of the form:
|
||||
|
||||
[Abort level n]
|
||||
|
||||
where n ranges from 1 to 3. For n equal to 1, the calculator will
|
||||
abort calculations at the next statement boundary. For n equal to 2,
|
||||
where n ranges from 1 to 3. For n equal to 1, the calculator will
|
||||
abort calculations at the next statement boundary. For n equal to 2,
|
||||
the calculator will abort calculations at the next opcode boundary.
|
||||
For n equal to 3, the calculator will abort calculations at the next
|
||||
lowest level arithmetic operation boundary.
|
||||
|
Reference in New Issue
Block a user