diff options
author | Ryan Johnson <rjohnson@mozilla.com> | 2021-04-29 16:16:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 16:16:42 -0700 |
commit | 95aca4b4d8fa62815d4bd412fff1a364f842814a (patch) | |
tree | 5e57661720fe9058d5c7db637e764800b50f9060 /files/it/glossary/first-class_function | |
parent | ee3b1c87e3c8e72ca130943eed260ad642246581 (diff) | |
download | translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.gz translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.tar.bz2 translated-content-95aca4b4d8fa62815d4bd412fff1a364f842814a.zip |
remove retired locales (#699)
Diffstat (limited to 'files/it/glossary/first-class_function')
-rw-r--r-- | files/it/glossary/first-class_function/index.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/files/it/glossary/first-class_function/index.html b/files/it/glossary/first-class_function/index.html deleted file mode 100644 index 02c413a1d0..0000000000 --- a/files/it/glossary/first-class_function/index.html +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: First-class Function -slug: Glossary/First-class_Function -translation_of: Glossary/First-class_Function ---- -<p> </p> - -<p>Un linguaggio di programmazione implementa le First-class functions se le funzioni di quest'ultimo vengono trattate come ogni altra variabile.</p> - -<p>Per esempio, in un linguaggio che ne fa utilizzo, è possibile passare una funzione come parametro ad un'altra funzione, possono essere restituite da altre funzioni e possono essere assegnate ad una variabile.</p> - -<h2 id="Learn_more">Learn more</h2> - -<h3 id="General_knowledge">General knowledge</h3> - -<ul> - <li>{{Interwiki("wikipedia", "First-class functions", "First-class functions")}} on Wikipedia</li> -</ul> - -<p> </p> |