breck7 / pldb

PLDB: a Programming Language DataBase
https://pldb.io
721 stars 97 forks source link

Adding more info for batch: alternate comment style and goto #482

Closed ccoenen closed 1 year ago

ccoenen commented 1 year ago

A batch file can be commented with :: as well, (refer to https://ss64.com/nt/rem.html ). Additionally, batch files have the ability to GOTO something.

breck7 commented 1 year ago

Thanks for the additional info @ccoenen !