On Thu, Aug 20, 2015 at 9:42 AM, Stephane Chazelas <stephane.chazelas@xxxxxxxxx> wrote: > > Note that you can also do: > > for one two three do > print $one $two $three > done Or even: for do do print $do; done But as Peter said, don't.