Skip to content

Instantly share code, notes, and snippets.

@juanmaguitar
Last active March 23, 2016 17:13
Show Gist options
  • Save juanmaguitar/851f16d88242052dcdce to your computer and use it in GitHub Desktop.
Save juanmaguitar/851f16d88242052dcdce to your computer and use it in GitHub Desktop.

English (programming) symbol names

  • [] brackets
  • () parentheses, round brackets
  • {} curly braces
  • <> chevrons, angle brackets
  • ; semi-colon
  • : colon
  • . period, dot
  • , comma
  • / slash
  • \ backslash
  • - dash, hyphen
  • _ underscore
  • # hash
  • " (double) quote
  • ' simple quote
  • = equal
  • @ at
  • ~ tilde
  • + plus
  • - minus
  • ^ caret
  • & ampersand
  • bullet
  • * asterisk
  • ? question mark
  • ¿ inverted question mark

https://en.wikipedia.org/wiki/Backslash https://en.wikipedia.org/wiki/Bracket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment