4 lines
94 B
Text
4 lines
94 B
Text
val d: Double = 1.0
|
|
val d2: Double = 1.234e-10
|
|
val f: Float = 728832f
|
|
val f2: Float = 728832F
|