2014年4月22日火曜日

tcsh while loop

@ x = 1
while ($x <= 20)
     echo $x
@ x += 5
end

0 件のコメント:

コメントを投稿