5 lines
74 B
Plaintext
5 lines
74 B
Plaintext
menu(menuYesNo) {
|
|
choice(menuYesNoNO,"NO")
|
|
choice(menuYesNoYES,"YES")
|
|
}
|