aboutsummaryrefslogtreecommitdiff
path: root/files/es/glossary/constante/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:50 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:50 +0100
commita55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (patch)
tree5032e6779a402a863654c9d65965073f09ea4182 /files/es/glossary/constante/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.gz
translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.tar.bz2
translated-content-a55b575e8089ee6cab7c5c262a7e6db55d0e34d6.zip
unslug es: move
Diffstat (limited to 'files/es/glossary/constante/index.html')
-rw-r--r--files/es/glossary/constante/index.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/files/es/glossary/constante/index.html b/files/es/glossary/constante/index.html
deleted file mode 100644
index 41d4efb98a..0000000000
--- a/files/es/glossary/constante/index.html
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: Constante
-slug: Glossary/Constante
-tags:
- - CodingScripting
- - Constante
- - Glosario
-translation_of: Glossary/Constant
----
-<p>Una constante es un valor que el programador no puede cambiar, por ejemplo números (1, 2, 42). Con {{glossary("variable","variables")}}, por otra parte, el programador puede asignar un nuevo {{glossary("value", "valor")}} a una variable cuyo nombre ya esté en uso.</p>
-
-<p>Al igual que las variables, algunas constantes están unidas a identificadores. Por ejemplo, el identificador <code>pi</code> podría estar vinculado al valor 3.14... .</p>
-
-<h2 id="Saber_más">Saber más</h2>
-
-<h3 id="Conocimientos_generales">Conocimientos generales</h3>
-
-<ul>
- <li>{{Interwiki("wikipedia", "Constante_(informática)", "Constante")}} en Wikipedia</li>
-</ul>