Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Topics in This Chapter A1
In this chapter, you will learn how to use Scala as an industrial-strength pocket calculator, working interactively with numbers and arithmetic operations. We introduce a number of important Scala concepts and idioms along the way. You will also learn how to browse the Scaladoc documentation at a beginner’s level.
Highlights of this introduction are:
Using the Scala interpreter
Defining variables with var and val
Numeric types
Using operators and functions
Navigating Scaladoc