From: rohitlodha@... Date: 2005-01-12T01:25:41+09:00 Subject: Variable Arguments ------=_NextPart_000_000B_01C4F828.49DD59C0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Ruby has a variable argument syntax as well as fixed number of arguments syntax. The caller does not know about how the called function's syntax. In case of variable arguments, it is expected caller to provide with number of arguments while for the other case it might not. Since, I am writing a VM for Ruby, I would like to know how should one handle this problem? regards, Mystifier ------=_NextPart_000_000B_01C4F828.49DD59C0--