mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fixed header
This commit is contained in:
parent
8235ddc50f
commit
82a5e4c8f0
@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
language: scala
|
language: Scala
|
||||||
filename: learn.scala
|
filename: learn.scala
|
||||||
author: George Petrov
|
contributors:["George Petrov", "http://github.com/petrovg"]
|
||||||
author_url: http://www.github.com/petrovg
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Scala - the scalable language
|
Scala - the scalable language
|
||||||
@ -43,7 +42,7 @@ println("Boo!") // printlns the string Boo!
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
// Everything is an object, including a function type these in the repl:
|
// Everything is an object, including a function. Type these in the REPL:
|
||||||
|
|
||||||
7 // results in res30: Int = 7 (res30 is just a generated var name for the result)
|
7 // results in res30: Int = 7 (res30 is just a generated var name for the result)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user