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:
@@ -19,13 +19,13 @@ EXAMPLE
|
||||
> x = prompt("? ");
|
||||
? 273
|
||||
> x
|
||||
"273"
|
||||
"273"
|
||||
|
||||
> for (;;) {s = prompt("? "); if (s=="end") break; print "\t":eval(s)^2;}
|
||||
? 3
|
||||
9
|
||||
9
|
||||
? 2 + 3
|
||||
25
|
||||
25
|
||||
? end
|
||||
>
|
||||
|
||||
|
Reference in New Issue
Block a user