A statement can be an assignment, a function call, a loop, a conditional statement or even a statement that does nothing (an empty statement).
基于1个网页-相关网页
Listing 6 shows data encoded in a function call.
清单6显示了在函数调用中编码的数据。
As with a function call, you must supply parentheses.
对于函数调用,必须提供圆括号。
After a function call, ESP represents the top of the stack.
在调用函数之后,ESP代表堆栈的顶部。
But for now, think of this as just another way to write a function call.
但是现在,把这当成是写函数,调用的另外一种方式就行了。
When I call or invoke a function, think of it as creating a local table.
当我调用一个函数时,想象一下它是在这里创建了一个局部表。
When you call a function, what actually happens is that function gets its own chunk of memory that's identical in size to the data type that it expects.
当你调用一个函数,实际上发生的是,函数得到了自己的内存块,相同的类型,是占有一样大小的内存的。
应用推荐