Search found 2 matches

by JoBe
01 Aug 2018 11:08
Forum: DOS Batch Forum
Topic: Cooler multi line comments.
Replies: 8
Views: 9097

Re: Cooler multi line comments.

Hi Dave, Interesting idea, but I don't think I would use it. I like being able to differentiate comment begin from comment end. I agree. I only enjoyed that it is possible to use identical symbols for start and end of a comment :). My proposal can also make problems when I use syntax highlighting im...
by JoBe
31 Jul 2018 10:52
Forum: DOS Batch Forum
Topic: Cooler multi line comments.
Replies: 8
Views: 9097

Re: Cooler multi line comments.

Hi, an even shorter and completely symmetric solution for multi line comments outside of ()-blocks seems to be this: set :=goto %% %:% comment lines ... a little weird that comment opening and closing symbol are identical, but you can do this also in C with /*/ ... /*/ %:% This works because searchi...