2005-12-16 引数を参照する RHINO SCRAP #!/usr/bin/env rhino for(var i=0; i<arguments.length; i++) { print(arguments[i]); }