Scala control flow tutorial shows how to manage program flow in Scala. The control flow structures can be used to executed code conditionally or multiple times.
Scala function tutorial shows how to work with functions in Scala. A function is a mapping of zero or more input values to zero or more output values.
Scala String tutorial shows how to work with strings in Scala. In Scala, a string is a sequence of Unicode characters.
The Scala basics tutorial covers the basics of Scala language. We work with variables, constants and basic data types. We read and write to the console; we mention variable interpolation.