در حال آمادهسازی واژه...
در حال آمادهسازی واژه...
دستوری در برخی زبانهای برنامهنویسی برای انتقال به دستور دیگر
a command in some programming languages directing to another instruction
«کد از دستور گوتو برای مدیریت خطا استفاده میکند.»
“The code uses a goto statement for error handling.”
«دستورات گوتو ممکن است خواندن کد را سختتر کنند.»
“Goto commands can make code harder to read.”
فنی. 'goto' دستور مشخصی است؛ 'jump' اصطلاح عمومیتری در برنامهنویسی است.
Technical. 'goto' is specifically a command; 'jump' is a general term sometimes synonymous in programming.