mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
Fix number typo in "Jump Start" section.
This commit is contained in:
parent
82a8f222a5
commit
9e536d7256
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