Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

block comment bash

# Bash doesn't have block comments like Python
# HOWEVER!
# Similarly like Python, there is a way to bypass this limitation
# Try using this workaround in your files

variableName='''

block comment goes here

'''
 
PREVIOUS NEXT
Tagged: #block #comment #bash
ADD COMMENT
Topic
Name
2+1 =