De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
출력: 애드인 함수의 매개 변수 갯수. 항상 결과값이 있으므로 이 갯수는 0보타 커야 하며 최대값은 16입니다.
output: number of parameters in addin function. this number must be greater than 0, because there is always a result value; the maximum value is 16.
\<emph\>step:\</emph\> 루프 카운터는 이 변수에 설정된 값만큼 증가 또는 감소합니다. step을 지정하지 않으면 루프 카운터는 1씩 증가합니다. 이 경우 end는 start보다 커야 합니다. counter를 줄이려는 경우 end가 start보다 작아야 하며 step에 음수를 할당해야 합니다.
\<emph\>step:\</emph\> sets the value by which to increase or decrease the loop counter. if step is not specified, the loop counter is incremented by 1. in this case, end must be greater than start. if you want to decrease counter, end must be less than start, and step must be assigned a negative value.