RosettaCodeData/Task/Comments/C-Shell/comments.csh

7 lines
195 B
Tcsh
Raw Permalink Normal View History

2023-07-01 11:58:00 -04: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.