mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Fix number typo in "Jump Start" section.
This commit is contained in:
parent
aee0492fb8
commit
9365ee8a20
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ the prompt; the interpreter's response is preceded (in this manual) by
|
|||
In this example we did some simple arithmetic @code{(+ 20 35)} and got
|
||||
the answer @code{55}. Then we coded the classic (and rather wasteful)
|
||||
factorial algorithm, and got a glimpse of Scheme's nice
|
||||
@emph{bignumbers} by asking for the factorial of 1000. Then we quit
|
||||
@emph{bignumbers} by asking for the factorial of 500. Then we quit
|
||||
with @code{(quit)}.
|
||||
@cindex bignumbers
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue