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 17:56:57 -0400 (EDT)

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 21/09/14 17:56:57

Modified files:
        philosophy     : stallman-kth.html 

Log message:
        Replace more quotes with <code>.

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

Patches:
Index: stallman-kth.html
===================================================================
RCS file: /webcvs/www/www/philosophy/stallman-kth.html,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- stallman-kth.html   14 Sep 2021 19:44:47 -0000      1.30
+++ stallman-kth.html   14 Sep 2021 21:56:54 -0000      1.31
@@ -526,9 +526,9 @@
 things.  The compiler was of course written in this language, and had
 many complicated features to optimize the use of these things.  For
 example: the type &ldquo;string&rdquo; in that language was a
-parameterized type; you could say &ldquo;string(n)&rdquo; if you
+parameterized type; you could say <code>string(n)</code> if you
 wanted a string of a particular length; you could also just say
-&ldquo;string,&rdquo; and the parameter would be determined from the
+<code>string</code>, and the parameter would be determined from the
 context.  Now, strings are very important, and it is necessary for a
 lot of constructs that use them to run fast, and this means that they
 had to have a lot of features to detect such things as: when the
@@ -545,7 +545,7 @@
 a serious problem.  Because the PASTEL language was defined not to
 require you to declare something before you used it, the declarations
 and uses could be in any order, in other words: Pascal's
-&ldquo;forward&rdquo; declaration was obsolete, because of this it was
+<code>forward</code> declaration was obsolete, because of this it was
 necessary to read in an entire program, and keep it in core, and then
 process it all at once.  The result was that the intermediate storage
 used in the compiler, the size of the memory needed, was proportional
@@ -1789,7 +1789,7 @@
 
 <p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2021/09/14 19:44:47 $
+$Date: 2021/09/14 21:56:54 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

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