Перейти к содержанию

iprog pro scripting language


tomanycars

Рекомендуемые сообщения

Перевести нужный текст не проблема, было бы желание )))

Примеры для тех у кого есть желание, используется обычный онлайн переводчик:

 

Оператор for

Оператор for используется для создания циклов, которые должны выполняться заданное число раз.

Общая форма записи цикла for имеет вид:

for(выражение_инициализации;выражение_условия;выражение_цикла)
    выражение;

или

for(выражение_инициализации;выражение_условия;выражение_цикла)
{
    выражение;
    выражение;
}

 

Перевод:

For operator

The for operator is used to create loops that must be executed a specified number of times.

The general form of the for loop entry has the form:

for(initialization expression;condition expression;cycle expression)
expression;

or

for(initialization expression;condition expression;cycle expression)
{
expression;
expression;
}

 

Не вижу проблемы с переводом.

 

Ссылка на комментарий
Поделиться на другие сайты

8 minutes ago, Vasilich said:

Translating the desired text is not a problem, there would be a desire)))

Examples for those who have a desire, a regular online translator is used:

 

for statement

The for statement is used to create loops that must run a given number of times.

The general form of the for loop is:

for(initialization_expression; condition_expression; loop_expression)
    expression;

or

for(initialization_expression; condition_expression; loop_expression)
{
    expression;
    expression;
}

 

Translation:

For operator

The for operator is used to create loops that must be executed a specified number of times.

The general form of the for loop entry has the form:

for(initialization expression;condition expression;cycle expression)
expression;

or

for(initialization expression;condition expression;cycle expression)
{
expression;
expression;
}

 

I don't see any problem with the translation.

 

When I translate the info somtimes some erroneous , which make little sense. I was hoping for a pdf. I could copy and paste into a word doc. and Try to translate once again.

Ссылка на комментарий
Поделиться на другие сайты

9 minutes ago, Vasilich said:

There are many different translators, Google is not a panacea, there are technical translators. 

 Yes admittedly i haven been using Microsoft translated  & google ,which has  not done a great job , do  you have a link or Web page for a better one ? 

Ссылка на комментарий
Поделиться на другие сайты

С английского на русский неплохо переводит Yandex переводчик, вот еще неплохой переводчик https://www.deepl.com/translator#ru/en/Бизнес

Ссылка на комментарий
Поделиться на другие сайты

24 minutes ago, Vasilich said:

Yandex translator translates well from English into Russian, here is another good translator  https://www.deepl.com/translator#ru/en/Business

Thanks I'll check it out.

Ссылка на комментарий
Поделиться на другие сайты

Заархивировано

Эта тема находится в архиве и закрыта для дальнейших ответов.

  • Последние посетители   0 пользователей онлайн

    • Ни одного зарегистрированного пользователя не просматривает данную страницу
×
×
  • Создать...