Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
val s = "hello" //> s : String = hello
|
||||
val s2 = s + " world" //> s2 : String = hello world
|
||||
val f2 = () => " !" //> f2 : () => String = <function0>
|
||||
|
||||
println(s2 + f2()) //> hello world !
|
||||
Loading…
Add table
Add a link
Reference in a new issue