5 lines
55 B
Text
5 lines
55 B
Text
if (x & 1) {
|
|
# x is odd
|
|
} else {
|
|
# x is even
|
|
}
|
if (x & 1) {
|
|
# x is odd
|
|
} else {
|
|
# x is even
|
|
}
|