Review feedback on previous changes. (#64)

This commit is contained in:
Nikolay Igotti
2016-11-16 10:46:56 +03:00
committed by GitHub
parent ca193efa5c
commit db15540a74
5 changed files with 22 additions and 17 deletions
@@ -7,6 +7,9 @@ fun main(args : Array<String>) {
// println('ト'.toString())
println(1122334455.toString())
println(112233445566778899.toString())
// Here we differ from Java, as have no dtoa() yet.
println(3.14159265358.toString())
// Here we differ from Java, as have no dtoa() yet.
println(1e27.toFloat().toString())
println(1e-300.toDouble().toString())
println(true.toString())