Programming Languages Comment Syntaxes

By | Engineering

Almost every programming language has their own specific way of putting comments into the code, so let’s recap the various ways so that you can quickly reference your tool’s syntax when you need it. Visual Basic (VB) and VB.NET Comments ‘an apostrophe at the beginning of the line indicates a commented line C#, JAVA, and JavaScript Comments // specifies a…

Read More