|
Scala example source code file (constfold.scala)
The Scala constfold.scala source codeobject A { val x = 2; val y = x.asInstanceOf[Byte]; val z = 1.0 / 2; val s = "z is " + z; } object Test extends App { Console.println(A.x); Console.println(A.y); Console.println(A.z); Console.println(A.s); } Other Scala examples (source code examples)Here is a short list of links related to this Scala constfold.scala source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.