[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
guile/guile-core/doc/tutorial guile-tut.texi
From: |
Thien-Thi Nguyen |
Subject: |
guile/guile-core/doc/tutorial guile-tut.texi |
Date: |
Wed, 19 Sep 2001 09:37:30 -0400 |
CVSROOT: /cvs
Module name: guile
Branch: branch_release-1-6
Changes by: Thien-Thi Nguyen <address@hidden> 01/09/19 09:37:30
Modified files:
guile-core/doc/tutorial: guile-tut.texi
Log message:
Fix number typo in "Jump Start" section.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/doc/tutorial/guile-tut.texi.diff?cvsroot=OldCVS&only_with_tag=branch_release-1-6&tr1=1.3.2.4&tr2=1.3.2.5&r1=text&r2=text
Patches:
Index: guile/guile-core/doc/tutorial/guile-tut.texi
diff -u guile/guile-core/doc/tutorial/guile-tut.texi:1.5
guile/guile-core/doc/tutorial/guile-tut.texi:1.6
--- guile/guile-core/doc/tutorial/guile-tut.texi:1.5 Wed Sep 19 09:14:43 2001
+++ guile/guile-core/doc/tutorial/guile-tut.texi Wed Sep 19 09:36:05 2001
@@ -148,7 +148,7 @@
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
address@hidden by asking for the factorial of 1000. Then we quit
address@hidden by asking for the factorial of 500. Then we quit
with @code{(quit)}.
@cindex bignumbers