« Introduction au Lua/Fonctions Table » : différence entre les versions

Contenu supprimé Contenu ajouté
Update
Ligne 59 :
# Add the following code and save the page:
<blockquote><pre>
{{#invoke:Sandbox|tablelibrary}}
</pre></blockquote>
 
The result should be similar to:
<blockquote>
;random numbers
:2, 7, 5, 7, 5, 4, 9, 1, 10, 4
;sorted numbers
:1, 2, 4, 4, 5, 5, 7, 7, 9, 10
;after removing the first value
:2, 4, 4, 5, 5, 7, 7, 9, 10
</blockquote>