Skip to content

EstudosLivres/ScalaStudy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScalaStudy

Scala Study

Intellij

  1. IF no Scala options like new class: Right click project -> add Framework Support
    1. IF still not able to add new Scala class: right click on src > Mark directory as > Sources Root
  2. Project Structure = command + ;

Variable

  • Constant

    • initial const (val reserved word)
        val name = "King"
    • late const (val reserved word)
        def name = "King"
  • Variable (var reserved word)

      var name = "King"

About

Scala Study

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages