Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
intentions
/
FlipComparison.groovy
blob: ded0a64b5f7d69d24d3f2b6fb2bfd4be8b4ec6aa [
file
] [
log
] [
blame
]
x
=
3
;
y
=
4
;
if
(
x
<=
y
)
{
print
"less"
}