RosettaCodeData/Task/Menu/AutoHotkey/menu-2.ahk
2023-07-01 13:44:08 -04:00

10 lines
153 B
AutoHotkey

list =
(
fee fie
huff and puff
mirror mirror
tick tock
)
MsgBox % Menu(list) ; call menu with list
MsgBox % Menu() ; call menu with empty list
return