Skip to content

Instantly share code, notes, and snippets.

@scottswaaley
Created August 3, 2016 16:58
Show Gist options
  • Save scottswaaley/8fdc3a62ee215a7b38096cc945dc253e to your computer and use it in GitHub Desktop.
Save scottswaaley/8fdc3a62ee215a7b38096cc945dc253e to your computer and use it in GitHub Desktop.
/*
This is a comment block.
Anything between the start and end symbols is ignored by the compiler.
*/
// This is an in-line comment. Anything after the start symbol is ignored by the compiler (as long as it is on the same line)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment