Page 1 of 1

how about a comment block that can contain also commands

Posted: Dec 11th, '17, 03:52
by manyone
i would use it to "comment out" intermediate debugging code, for example.
it can also serve as a garbage bag for sticking unused objects floating in workspace because they were dislodged, or they were trying out temporary code, etc, then when you've collected enough, just drag it out to delete.

Re: how about a comment block that can contain also commands

Posted: Dec 11th, '17, 12:33
by SimpleSi
I like the concept :)

My current workaround is to surround debugging code by an if block and just turn it off or on