#1603 closed Feature Request (Rejected)
Comment-Before Character
| Reported by: | jaberwocky6669 | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | semicolon comment | Cc: |
Description
I propose a comment character that will comment out code that appears before the occurence of the character.
Ex:
Global <comment character> Local $variable = _function()
I'm sure there could be better uses than the example that I came up with here. As far as any available characters that could be used... ? Maybe a char combination of an exclamation and a semicolon (!;).
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , 16 years ago
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
follow-up: 3 comment:2 by , 16 years ago
Replying to Valik:
What practical purpose does this serve? People write and read code left-to-write. You do not want to read a piece of code only to learn it was just a comment. That makes no sense.
Because the commented code will be greyed out...
comment:3 by , 16 years ago
Replying to anonymous:
Replying to Valik:
What practical purpose does this serve? People write and read code left-to-write. You do not want to read a piece of code only to learn it was just a comment. That makes no sense.
Because the commented code will be greyed out...
That last comment was me btw
I guess the most practical purpose would be rapidly comment out a suspicious section of one line of code to see if it is causing any problems.

What practical purpose does this serve? People write and read code left-to-write. You do not want to read a piece of code only to learn it was just a comment. That makes no sense.