diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:41:15 -0500 |
commit | 4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch) | |
tree | d4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/ca/glossary/valor/index.html | |
parent | 33058f2b292b3a581333bdfb21b8f671898c5060 (diff) | |
download | translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2 translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip |
initial commit
Diffstat (limited to 'files/ca/glossary/valor/index.html')
-rw-r--r-- | files/ca/glossary/valor/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/ca/glossary/valor/index.html b/files/ca/glossary/valor/index.html new file mode 100644 index 0000000000..972fd4303d --- /dev/null +++ b/files/ca/glossary/valor/index.html @@ -0,0 +1,18 @@ +--- +title: Valor +slug: Glossary/Valor +tags: + - CodingScripting + - Glossary + - NeedsContent +translation_of: Glossary/Value +--- +<p>En el context de les dades o un <strong>{{Glossary("Wrapper","contenidor")}}</strong> d'objectes al voltant d'aquestes dades, el valor és el <strong>{{Glossary("Primitive", "valor primitiu")}}</strong> que conté el contenidor d'objectes. En el context d'una <strong>{{Glossary("Variable","variable")}}</strong> or <strong>{{Glossary("Property","propietat")}}</strong>, el valor pot ser una primitiva o una <strong>{{Glossary("Object reference","referència d'objecte")}}</strong>.</p> + +<h2 id="Aprèn_més">Aprèn més</h2> + +<h3 id="Coneixement_general">Coneixement general</h3> + +<ul> + <li>{{Interwiki("wikipedia","Classe contenidora primitiva")}} en Wikipedia</li> +</ul> |