diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:27:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:27:57 +0100 |
commit | 38577fa9b17463b731d503d61bddd399dadea6ac (patch) | |
tree | 73b60b0d72190a8da1c1baa063d690f935fb5120 /files/ru/glossary/variable | |
parent | 609ee7efcfe881caa08237948e1ed3252e60afa1 (diff) | |
parent | 786d51e5e35f25c06fc64083574a435e240b2a54 (diff) | |
download | translated-content-38577fa9b17463b731d503d61bddd399dadea6ac.tar.gz translated-content-38577fa9b17463b731d503d61bddd399dadea6ac.tar.bz2 translated-content-38577fa9b17463b731d503d61bddd399dadea6ac.zip |
Merge pull request #42 from fiji-flo/unslugging-ru
Unslugging ru
Diffstat (limited to 'files/ru/glossary/variable')
-rw-r--r-- | files/ru/glossary/variable/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/files/ru/glossary/variable/index.html b/files/ru/glossary/variable/index.html new file mode 100644 index 0000000000..19580eac37 --- /dev/null +++ b/files/ru/glossary/variable/index.html @@ -0,0 +1,15 @@ +--- +title: Переменная +slug: Glossary/Variable +tags: + - Словарь +translation_of: Glossary/Variable +original_slug: Словарь/Variable +--- +<p><span class="_Tgc"><strong>Переменная</strong> — именованная часть памяти, в которую могут помещаться разные значения переменной. Причем в каждый момент времени переменная имеет единственное значение. </span></p> + +<h2 id="Подробнее">Подробнее:</h2> + +<ul> + <li><a href="https://ru.wikipedia.org/wiki/%D0%9F%D0%B5%D1%80%D0%B5%D0%BC%D0%B5%D0%BD%D0%BD%D0%B0%D1%8F_(%D0%BF%D1%80%D0%BE%D0%B3%D1%80%D0%B0%D0%BC%D0%BC%D0%B8%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5)">Переменная (программирование)</a> на Википедии</li> +</ul> |