From owner-FreeBSD-users-jp@jp.freebsd.org  Mon Aug  2 03:36:51 1999
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id DAA57406;
	Mon, 2 Aug 1999 03:36:51 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from ns9.g-z.net (ns9.g-z.net [202.217.175.9])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id DAA57401
	for <FreeBSD-users-jp@jp.freebsd.org>; Mon, 2 Aug 1999 03:36:50 +0900 (JST)
	(envelope-from yamyam@mcn.ne.jp)
From: yamyam@mcn.ne.jp
Received: from [202.217.175.69] (i004.ppp.korai.or.jp [202.217.175.69])
	by ns9.g-z.net (8.9.3/3.7W) with SMTP id DAA00295
	for <FreeBSD-users-jp@jp.freebsd.org>; Mon, 2 Aug 1999 03:36:45 +0900 (JST)
Message-Id: <199908011836.DAA00295@ns9.g-z.net>
Date: Mon, 2 Aug 1999 03:37:41 +0900
To: FreeBSD-users-jp@jp.freebsd.org
X-Sender: himawari@po.korai.or.jp (Unverified)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-2022-jp
X-Mailer: Eudora-J(1.3.8.5-J13)
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+990727
X-Sequence: FreeBSD-users-jp 44650
Subject: [FreeBSD-users-jp 44650] csh =?ISO-2022-JP?B?GyRCJTklLxsoQg==?=
 =?ISO-2022-JP?B?GyRCJWolVyVIRmIkRyRON1c7OxsoQg==?= 
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: yamyam@mcn.ne.jp

$B$^$D$`$i$5$s$O=q$-$^$7$?!#(B
>>       @ii = $i - 1
>  $B!!(B@ ii = $i - 1
>$B!!$G$I$&$G$7$g$&(B(@$B$N8e$K%9%Z!<%9$rF~$l$k(B)$B!#(B

$B$d$C$F$_$^$7$?!#(B
i is 256
@: Expression Syntax.
$B$H$J$j$^$7$?!#(B

$B$=$3$G!"BgI}$K=q$-49$($F!J$H$$$&$h$j%+%&%s%H%@%&%s$r(Btest$B$9$kMQ$N$r=q$$$F!K(B
test.rc

      1 #!/bin/csh
      2
      3 set i = 255
      4 while ($i != 0)
      5         echo "i is $i"
      6         @ i = $i - 1
      7 end

$B$H8@$&$N$r=q$$$F$_$?$i!"(B
./test.rc
i is 255
i is 254
$B0J2<!"N,!!#1$G=*$o$k(B

$B$H$J$C$F!"%+%&%s%H%@%&%s<+BN$O$&$^$/9T$-$^$7$?!#(B
$B$A$J$_$K!"(B@ i = $i - 1$B$G$O$J$/!"(B@i = $i - 1$B!J(B@$B$H(B1$B$N4V$K%9%Z!<%9$r$$$l$J$$!K(B
$B$H$7$F$_$k$H(B
i is 255
@i: Command not found.
$B$H$J$j$^$7$?!#(B
$B$^$?!"(B@ i -=$B!!$d(B@ i =-$B$b!"(B
@i: Command not found.
$B$H$J$j$^$7$?!#(B
$B$3$N(B@ i -=$B$H$$$&=q<0$,;H$($J$$$N$O$A$g$C$H;DG0$G$9$,!"$H$j$"$($:!"(B
$B$J$s$H$+$J$j$=$&$G$9!#(B

$B$^$D$`$i$5$s!"$I$&$b$"$j$,$H$&$4$6$$$^$7$?!#(B

