Comment in bash shell

In bash:

#!/bin/bash
echo before comment
: <<'END'
bla bla
blurfl
END
echo after comment

LEAVE A COMMENT