Add tags

Add tags to the following comment
思いっきり実装依存。
Rhinoの場合、トップレベルのargumentsにコマンドライン引数が入ってます。

> java -jar js.jar program.js a b c d
a
b
c
d
1
for(var i=0;i<arguments.length;i++) print(arguments[i]);

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...