Skip to content

Instantly share code, notes, and snippets.

@kiritsuku
Created July 12, 2011 09:39
Show Gist options
  • Save kiritsuku/1077691 to your computer and use it in GitHub Desktop.
Save kiritsuku/1077691 to your computer and use it in GitHub Desktop.
the reserved keywords and symbols of Scala.
Scala 2.9
keywords (39):
abstract case catch class def do else extends false final finally for forSome if implicit import lazy match new null object override package private protected return sealed super this throw trait try true type val var while with yield
symbols (12):
_ : = => <- <: <% >: # @
⇒ (Unicode \u21D2) same as: =>
← (Unicode \u2190) same as: <-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment