معنی فارسی reserved word
B1کلمات رزرو شده به کلماتی اطلاق میشود که کاربرد خاصی در زبانهای برنامهنویسی دارند و نمیتوان از آنها برای اهداف دیگر استفاده کرد.
Words that are set aside by a programming language syntax for its own use and cannot be used as identifiers.
- noun
A string of characters that is a verb, command or other part of a programming language, and therefore cannot be used as the name of a variable, constant, function or procedure.
در برنامهنویسی، 'if' در بسیاری از زبانها یک کلمه رزرو شده است.
In programming, 'if' is a reserved word in many languages.
از استفاده از کلمات رزرو شده به عنوان نام متغیرها خودداری کنید تا از بروز خطاها جلوگیری شود.
Avoid using reserved words as variable names to prevent errors.
معنی فارسی کلمه reserved word
:
کلمات رزرو شده به کلماتی اطلاق میشود که کاربرد خاصی در زبانهای برنامهنویسی دارند و نمیتوان از آنها برای اهداف دیگر استفاده کرد.