関数に送られる引数が少なすぎる場合でも、関数はスタックから期待される数の引数をポップする。潜在的には、関数の中で可変数の引数を使い果たす可能性もある。
If too few arguments are sent to a function, the function will still pop the expected number of arguments from the stack. Potentially, a variable number of arguments could be exhausted in a function as well.