10 lines
153 B
AutoHotkey
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
|