fixing lack of clause following because

cvs
Daniel Ehrenberg 2005-08-06 00:19:32 +00:00
parent 2057449bbc
commit eecf8d59ae
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ DEFER: second-word-to-be-defined
\end{verbatim}
before the definition of the first word.
Factor supports named variables. This doesn't destroy concatenativity, though, because
Factor supports named variables. This doesn't destroy concatenativity, though, because words and quotations are not boundaries for it at all; dynamic scope is used.
\section{Common Lisp and Scheme}