Use of functions

Hi

my shell is tcsh

can I have functions in my shell scripting?

Is the below shell script correct.
Can I have two functions and call one of them as required.

----------

echo "functions"
f1

f1 ()
{ echo "hello" }

f2 ()
{ echo "world" }

----------

Thanks
Amit

No.

(message too short)