Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Function definitions



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