/scala_school

This is the repo for working through the Twitter Scala School

Values and Variables

  • values cannot be rebound
  • variables can be declared and re-bound

Functions

  • functions are created using ~~ def