Subject: bores and holes помогите плиз перевести: bores / holes - оба слова нельзя ведь перевести как "отверстие"?This programs a number of bores, each consisting or 5 holes that depend on the X dimension entered for the panel. Note how the JMP instruction is used to repeat the boring instruction several times. The first bore is made at X 50 Y 100 (variable QX is 0 + 50 = 50 the first time). Following this, instruction IF checks to make sure that the QX variable does not contain excessively high values (QX > (DX - 50)): if the condition is true, the program will terminate, failing this the program will return to the third instruction. Variable QX is increased by 50 and a new bore will be made at X 100 Y 100, and so forth.
|