This one is pretty straight forward. You go split the area/text on newline and add a `;` to the start line if the text is selected. To un-comment you would then just remove ; from any of text that is selected.
This one is pretty straight forward.
You go split the area/text on newline and add a
;to the start line if the text is selected.To un-comment you would then just remove ; from any of text that is selected.