Multi-Line Comments in Bash Using `: ...
1. Understand how to create **multi-line comment blocks** using `: <<'COMMENT' ... COMMENT`.
Multi-Line Comment Using `: ' ... '` ...
1. Understand how the syntax `: ' ... '` works in Bash.
Comments in Bash
1. Understand the **role of comments** in Bash scripting for readability and documentation.