I'm making a code converter. I've run across a problem. I have the following in some code...and, apparently, it's not syntactically acceptable:
come_here:
#
# Some comments
#
come_here2:
I guess you can't have back to back line labels in perl???? Is there some sort of dummy executable line that I can put between these...like "continue_on_to_next_line;"??? OR, does someone have another idea?
Thanks in advance!
come_here:
#
# Some comments
#
come_here2:
I guess you can't have back to back line labels in perl???? Is there some sort of dummy executable line that I can put between these...like "continue_on_to_next_line;"??? OR, does someone have another idea?
Thanks in advance!