We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9c534 commit 1fb2c13Copy full SHA for 1fb2c13
docs/src/0.language/README.md
@@ -70,7 +70,6 @@ fun main() {
70
println("53 - 3 = ${53 - 3}")
71
println("50 / 10 = ${50 / 10}")
72
println("9 % 3 = ${9 % 3}")
73
-
74
// Math operators with doubles
75
println("1.0 / 2.0 = ${1.0 / 2.0}")
76
println("2.0 * 3.5 = ${2.0 * 3.5}")
0 commit comments