www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/philosophy stallman-kth.html


From: Therese Godefroy
Subject: www/philosophy stallman-kth.html
Date: Tue, 14 Sep 2021 15:44:48 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 21/09/14 15:44:48

Modified files:
        philosophy     : stallman-kth.html 

Log message:
        Minor fixes.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/philosophy/stallman-kth.html?cvsroot=www&r1=1.29&r2=1.30

Patches:
Index: stallman-kth.html
===================================================================
RCS file: /webcvs/www/www/philosophy/stallman-kth.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- stallman-kth.html   14 Sep 2021 16:25:47 -0000      1.29
+++ stallman-kth.html   14 Sep 2021 19:44:47 -0000      1.30
@@ -724,7 +724,7 @@
 in a conditional breakpoint, so that's a cheap way of having it break
 the tenth time the breakpoint is hit, you can do
 <code>$foo--==0</code>.  Does everyone follow that?  Decrement foo
-and if it's zero now, break.  And then you set $foo to the number of
+and if it's zero now, break.  And then you set <code>$foo</code> to the number 
of
 times you want it to skip, and you let it go.  You can also use that
 to examine elements of an array.  Suppose you have an array of
 pointers, you can then do:</p>
@@ -735,7 +735,7 @@
 
 <pre><code>SET $foo=0</code></pre>
 
-<p>Okay, when you do that [points at the <code>Print</code>
+<p>Okay, when you do that [points at the <code>PRINT</code>
 expression], you get the zeroth element of X, and then you do it again
 and it gets the first element, and suppose these are pointers to
 structures, then you probably put an asterisk there [before the X in
@@ -843,7 +843,7 @@
 <p>Sometimes depending on whether the result of the first instruction
 had any further use, it might be necessary to make a combined
 instruction with two assignment operators.  One for this value
-[pointing at ???]and another one with this value [pointing at ???]
+[pointing at ???] and another one with this value [pointing at ???]
 substituted in it with what came from the second instruction.  But if
 this value was only used that once, you could eliminate it after
 substituting for it; there'd be no need to compute it any more.  So
@@ -1789,7 +1789,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/09/14 16:25:47 $
+$Date: 2021/09/14 19:44:47 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]