Answers for "batch cmmen"

0

batch cmmen

// option 1 (weird stuff can happen, 'widely used hack')
:: a single whole line comment

// option 2 (only official option, safest choice):
REM a single whole line comment

// Other options in linked source (stackoverflow)
Posted by: Guest on May-23-2021

Browse Popular Code Answers by Language