‘set’ or ‘referenced’

Russian translation: \"присваивать значение\" и \"ссылаться на переменную\"

GLOSSARY ENTRY (DERIVED FROM QUESTION BELOW)
English term or phrase: ‘set’ or ‘referenced’
Russian translation:\"присваивать значение\" и \"ссылаться на переменную\"
Entered by: Yuriy Vassilenko

18:05 Nov 21, 2007
English to Russian translations [PRO]
Tech/Engineering - Computers: Software / unix shell - описание языка
English term or phrase: ‘set’ or ‘referenced’
A variable is a symbol that represents a set of values. In the shell language, all variables
are represented by strings. Variable values can be ‘set’ or ‘referenced’; for example: ...
Yuriy Vassilenko
Russian Federation
Local time: 00:58
"присваивать значение" и "ссылаться на переменную"
Explanation:
Суть такая: 'set' - это когда переменной присваивается значение, например,
A:= 2;
А 'reference' - это когда значение, присвоенное переменной, используется в выражениях, в которых фигурируют не сами эти значения, а имя переменной:
B:= A + 3;

Кстати, Юрий, зря Вы примеры не привели, которые (судя по всему) приведены ниже в тексте

--------------------------------------------------
Note added at 24 мин (2007-11-21 18:29:49 GMT)
--------------------------------------------------

Упс... Прошу прощения - пока набирал свой ответ, LaBoule уже дал похожий...

--------------------------------------------------
Note added at 38 мин (2007-11-21 18:43:56 GMT)
--------------------------------------------------

Из примеров видно, что в языках программирования оболочки (скорее всего, речь идет о чем-то типа csh, tcsh из ОС UNIX) есть своя специфика - там переменные строкового типа, но суть от этого не меняется

--------------------------------------------------
Note added at 42 мин (2007-11-21 18:48:04 GMT)
--------------------------------------------------

KPATEP, а где продаются батоны по такой цене? Хочу!!! :)
Selected response from:

Vladimir Romanov
Ukraine
Local time: 00:58
Grading comment
Спасибо!
4 KudoZ points were awarded for this answer



Summary of answers provided
4 +3"присваивать значение" и "ссылаться на переменную"
Vladimir Romanov
3Значения переменных могут задаваться или к ним можно обращаться...
Igor Savenkov


  

Answers


18 mins   confidence: Answerer confidence 3/5Answerer confidence 3/5
Значения переменных могут задаваться или к ним можно обращаться...


Explanation:
Пока такой вариант. А что идет дальше за "for example: "?

Igor Savenkov
Russian Federation
Local time: 00:58
Specializes in field
Native speaker of: Native in RussianRussian
PRO pts in category: 630
6 corroborated select projects
in this pair and field What is ProZ.com Project History(SM)?
Notes to answerer
Asker: A variable is a symbol that represents a set of values. In the shell language, all variables are represented by strings. Variable values can be ‘set’ or ‘referenced’; for example: • Set its value This is an operation were the character string is assigned to the variable. For example: count=1 status=OPEN • Reference its value This causes the shell to replace the reference with the actual character string that is the current value of the variable; for example: count=1 let count=$count+1 status=OPEN status=${status}ED The initial values of ‘count’ and ‘status’ were set to ‘1’ and ‘OPEN’ respectively. The new values will be ‘2’ and ‘OPENED’. In the above example count is actually assigned the character value ‘1’ and not the integer value 1. Integer calculations can be performed on the character strings using the shell command ‘let’. This will take as input a character string representing an integer or calculation and assign the result as a character string to the variable on the left hand side of the assignment operator. A variable can be repeatedly set to different strings, which change the variable's value each time. However, a variable can have only one data value at a time.

Asker: неудачно...

Login to enter a peer comment (or grade)

21 mins   confidence: Answerer confidence 4/5Answerer confidence 4/5 peer agreement (net): +3
"присваивать значение" и "ссылаться на переменную"


Explanation:
Суть такая: 'set' - это когда переменной присваивается значение, например,
A:= 2;
А 'reference' - это когда значение, присвоенное переменной, используется в выражениях, в которых фигурируют не сами эти значения, а имя переменной:
B:= A + 3;

Кстати, Юрий, зря Вы примеры не привели, которые (судя по всему) приведены ниже в тексте

--------------------------------------------------
Note added at 24 мин (2007-11-21 18:29:49 GMT)
--------------------------------------------------

Упс... Прошу прощения - пока набирал свой ответ, LaBoule уже дал похожий...

--------------------------------------------------
Note added at 38 мин (2007-11-21 18:43:56 GMT)
--------------------------------------------------

Из примеров видно, что в языках программирования оболочки (скорее всего, речь идет о чем-то типа csh, tcsh из ОС UNIX) есть своя специфика - там переменные строкового типа, но суть от этого не меняется

--------------------------------------------------
Note added at 42 мин (2007-11-21 18:48:04 GMT)
--------------------------------------------------

KPATEP, а где продаются батоны по такой цене? Хочу!!! :)

Vladimir Romanov
Ukraine
Local time: 00:58
Specializes in field
Native speaker of: Native in RussianRussian, Native in UkrainianUkrainian
PRO pts in category: 24
Grading comment
Спасибо!

Peer comments on this answer (and responses from the answerer)
agree  Anton Konashenok
1 min
  -> Пасиб, Антон! :)

agree  KPATEP (X): какие примеры? все просто, как батон сорта "простой" за 13 копеек из детства!
3 mins
  -> Спасибо!

agree  Enote
7 mins
  -> Спасибо!!!
Login to enter a peer comment (or grade)



Login or register (free and only takes a few minutes) to participate in this question.

You will also have access to many other tools and opportunities designed for those who have language-related jobs (or are passionate about them). Participation is free and the site has a strict confidentiality policy.

KudoZ™ translation help

The KudoZ network provides a framework for translators and others to assist each other with translations or explanations of terms and short phrases.


See also:
Term search
  • All of ProZ.com
  • Term search
  • Jobs
  • Forums
  • Multiple search