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 81c1115 commit f720f98Copy full SHA for f720f98
examples/02_control_flow/03_Ranges.md
@@ -72,7 +72,7 @@ fun main() {
72
print(" ")
73
74
if (x !in 1..4) { // 2
75
- print(y)
+ print(x)
76
}
77
//sampleEnd
78
0 commit comments