zsh-users
 help / color / mirror / code / Atom feed
* Function definitions
@ 2005-06-06  3:23 Meino Christian Cramer
  2005-06-06  4:14 ` Bart Schaefer
  0 siblings, 1 reply; 3+ messages in thread
From: Meino Christian Cramer @ 2005-06-06  3:23 UTC (permalink / raw)
  To: zsh-users

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-06 15:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-06  3:23 Function definitions Meino Christian Cramer
2005-06-06  4:14 ` Bart Schaefer
2005-06-06 15:37   ` Meino Christian Cramer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).