RosettaCodeData/Task/Comments/UNIX-Shell/comments-2.sh

7 lines
195 B
Bash
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
#!/bin/csh -f
# C Shell has a similar comment syntax, but only allows comments in a
# script file, not in terminal input.
echo Hello#With C Shell, the hash can also be in the middle of a word.