Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
fun main() { val x = 10 val y = 9 println(x > y) // Returns true, because 10 is greater than 9 }
fun
main
() {
val
x
=
10
val
y
=
9
println
(
x
>
y
)
// Returns true, because 10 is greater than 9
}
true