Add tags

Add tags to the following comment

Factor では "-" 以外で始まる引数はファイル名とみなされてしまいます。"-引数名=値" という形式で渡す必要があります。引数名がそのままグローバル変数名になるので get で取得します。

factor-nt.exe -script arg.factor -arg1=a -arg2=b -arg3=c -arg4=d

1
2
3
4
5
USING: command-line prettyprint namespaces ;
"arg1" get .
"arg2" get .
"arg3" get .
"arg4" get .

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...