This commit is contained in:
Marcus Kammer 2024-04-21 10:28:21 +02:00
parent 82ca4fdaae
commit 1faa6d6de4
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -1377,7 +1377,7 @@ variable made by the same let--that is, you can't say
y) y)
#+END_EXAMPLE #+END_EXAMPLE
and expect the value of the newy to reflect that of the newx. In and expect the value of the new y to reflect that of the new x. In
contrast, the body of a function f defined in a labels expression may contrast, the body of a function f defined in a labels expression may
refer to any other function defined there, including f itself, which refer to any other function defined there, including f itself, which
makes recursive function definitions possible. makes recursive function definitions possible.