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.
当你调用一个函数,实际上发生的是函数得到了自己的内存块,它的大小与它期望的数据类型相同。
2
It might turn out that even though your text file is stateful, there is an easy way to read it in chunks (where each chunk is a single type of input value).