7 lines
63 B
Text
7 lines
63 B
Text
|
|
n : 23
|
||
|
|
|
||
|
|
if n bit 0
|
||
|
|
'n is odd' []
|
||
|
|
else
|
||
|
|
'n is even' []
|