tkoの徒然なるままに
2014年4月22日火曜日
tcsh while loop
@ x = 1
while ($x <= 20)
echo $x
@ x += 5
end
‹
›
ホーム
ウェブ バージョンを表示