Translated by sunoc

This commit is contained in:
sunoc 2024-10-11 11:44:36 +09:00
parent 23977f717e
commit 5c55317b11

View File

@ -21355,8 +21355,8 @@ of this license document, but changing it is not allowed.</seg>
<tuv lang="en">
<seg>First, it looks to see whether there is a quote before the list; if there is, the interpreter just gives us the list.</seg>
</tuv>
<tuv lang="fr" changeid="sunoc" changedate="20241011T024236Z" creationid="sunoc" creationdate="20241011T024236Z">
<seg>D'abord, il cherche à voir si il y a une </seg>
<tuv lang="fr" changeid="sunoc" changedate="20241011T024327Z" creationid="sunoc" creationdate="20241011T024236Z">
<seg>D'abord, il cherche à voir si il y a un guillemet avant la liste; si c'est le cas, l'interpréteur nous retourne simplement la liste. </seg>
</tuv>
</tu>
<tu>
@ -33821,6 +33821,14 @@ incrémentée de un (ou par @var{inc} si elle est donnée).</seg>
<seg>D'un autre côté, un symbole peut n'avoir qu'une seule définition de fonction attachée à la fois.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>On the other hand, if there is no quote, the interpreter looks at the first element in the list and sees whether it has a function definition.</seg>
</tuv>
<tuv lang="fr" changeid="sunoc" changedate="20241011T024435Z" creationid="sunoc" creationdate="20241011T024435Z">
<seg>Autrement, si il n'y a pas de guillemet, l'interpréteur regarde le premier élément de la liste et cherche si il a une définition de fonction.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>On the other hand, unlike an ancient atom, a list can be split into parts.</seg>