求翻译

 

function square(x) 
{
  return x*x; // The function squares its argument and returns that value.
}
函数square它的参数并返回那个值
但是那个值到底是哪个呢?
发表评论?

1 条评论。

  1. 当然是结果啊,即
    that value = (its argument)*(its argument).
    不过,我觉得如果把那句英文改为“The function squares its argument and returns the result”就更清楚了,对吧?

发表评论

注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

:wink: :twisted: :roll: :oops: :mrgreen: :lol: :idea: :evil: :cry: :arrow: :?: :-| :-x :-o :-P :-D :-? :) :( :!: 8-O 8)

本文链接:https://twd2.me/archives/506QrCode