Skip to content

Commit

Permalink
Merge pull request #577 from D-Barradas/dbarradas-contrib
Browse files Browse the repository at this point in the history
added constant alt def and es translation
  • Loading branch information
nicoguaro authored Mar 16, 2023
2 parents 808e296 + 8802e1d commit b160a2c
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions glossary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2961,9 +2961,11 @@
- slug: constant
en:
term: "constant"
def: >-
A value that cannot be changed after it has been defined, as opposed
to a [variable](#variable_program).
def: >-
A constant in programming is a name associated with a value that never changes during the execution of a program. You can only access the constant’s value but not change it over time. Oposed to a [variable](#variable_program)
# A value that cannot be changed after it has been defined, as opposed
# to a [variable](#variable_program).
fr:
term: "constante"
def: >
Expand All @@ -2978,6 +2980,12 @@
def: >-
Thamani ambayo haiwezi kubadilishwa baada ya kubainishwa,
ukilinganisha na [kigeu](#variable_program) ambayo hubadilika.
es:
term: "constante"
def: >-
Una constante en programación es un nombre asociado con un valor que nunca cambia durante la ejecución de un programa. Solo se puede acceder al valor de la constante, pero no cambiarlo con el tiempo. En oposición a una [variable](#variable_program).
# Un valor que no puede ser cambiado después de haber sido definido, opuesto a lo que es una [variable](#variable_program).
- slug: constructor
Expand Down

0 comments on commit b160a2c

Please sign in to comment.