RosettaCodeData/Task/Conditional-structures/AutoHotkey/conditional-structures-2.ahk

5 lines
47 B
AutoHotkey
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
x = 2
y = 1
var := x > y ? 2 : 3
MsgBox, % var