Translated by sunoc

This commit is contained in:
sunoc 2025-02-18 13:50:22 +09:00
parent 8b03eb97e8
commit cad74f7329

View File

@ -34761,6 +34761,14 @@ incrémentée de un (ou par @var{inc} si elle est donnée).</seg>
<seg>Lorsqu'on comprend le jargon, les message d'erreur peuvent être informatifs.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>One of the ways is to use the special form @code{setq}.</seg>
</tuv>
<tuv lang="fr" changeid="sunoc" changedate="20250218T045021Z" creationid="sunoc" creationdate="20250218T045021Z">
<seg>Une manière est d'utiliser la forme spéciale @code{setq}.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>One other aspect of interpreting: the Lisp interpreter is able to interpret two kinds of entity: humanly readable code, on which we will focus exclusively, and specially processed code, called @dfn{byte compiled} code, which is not humanly readable.</seg>