5 lines
58 B
AutoHotkey
5 lines
58 B
AutoHotkey
if ( int & 1 ){
|
|
; do odd stuff
|
|
}else{
|
|
; do even stuff
|
|
}
|