multi line comment in shell script

Shell
# This is a comment in Shell/Bash Script.
# '#' Symbol is used show a comment.# Multi Line Comment
: '
This is a
very neat comment
in bash
'
Source

Also in Shell: