Translation of variable name into Arabic
Noun
technology
- Choose a clear variable name so other developers understand its purpose.اختر اسما واضحا لِـاسم المتغير حتى يفهم المطورون الآخرون الغرض منه.
mathematics
- Let the variable name x represent the number of apples.لْيَكُنِ اسْمُ مُتَغَيِّرٍ x يُمَثِّلُ عَدَدَ التُّفّاحاتِ.
Examples of variable name in a sentence
The bug came from reusing the same variable name in two functions. Choose a clear variable name to make the equation easier to understand. She changed the variable name in her code to avoid confusion.
Translations of "variable name" in Context ordered by category and frequency
In programming, the pound sign is often used before a variable name.
في البرمجة، يُستخدم عادة رمز "المربع" قبل اسم المتغير.
Variable names are assigned according to the general variable name rules, and their use is described in the article.
يتم تعيين أسماء المتغيرات وفقا لعامة قواعد اسم المتغير، واستخدامها هو موضح في المقال.
They are declared with the asterisk ( ) type declarator following the basic storage type and preceding the variable name.
يتم اعلانه عن طريق وضع علامة النجمة ( ) بعد نوع التخزين الأساسي وقبل اسم المتغير.
Please enter the variable name...
من فضلك ادخل اسم المتغير...
variable name: Examples and translations in context
Is different to this variable name
يختلف إلى هذا اسم المتغير
A VBA statement that stores a value in a variable is called an assignment statement, because it evaluates the expression on the right side of the equal sign and assigns the result to the variable name on the left.
تسمي جمله VBA التي تخزن قيمه في متغير عبارة تعيين، لأنها تقيم التعبير علي الجانب الأيسر من علامة التساوي ويعين النتيجة إلى اسم المتغير علي اليمين.
The variable name is map and I've given it a very specific type: Array.
اسم المتغير هو الخريطة ولقد أعطيت من نوع محدد جداً: الصفيف.
When a variable name contains more than one word, like firstName, it is conventional to capitalize the first letter of each word except the first.
عندما يتكون اسم المتغير من كلمتين أو أكثر، مثل المتغير firstName، جرت العادة على جعل الحرف الأول من كل كلمة حرفًا كبيرًا عدا الكلمة الأولى.
is to use anything that would be a valid variable name in JavaScript.
اسم المتغير، ويمكن أن يكون أيّ معرِّف صالح في JavaScript.