Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Function definitions
- X-seq: zsh-users 8952
- From: Meino Christian Cramer <Meino.Cramer@xxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Function definitions
- Date: Mon, 06 Jun 2005 05:23:50 +0200 (CEST)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi,
Is there any difference in defining functions like
function fnord(){
<blurb>
}
or
fnord(){
<blurb>
}
or
function fnord{
<blurb>
}
or
fnord{
<blurb>
}
?
(In 'man zshall' I found nothing appropiate...)
Keep zshing!
Meino
Messages sorted by:
Reverse Date,
Date,
Thread,
Author