September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -1,7 +1,9 @@
|
|||
showmenu <- function()
|
||||
showmenu <- function(choices = NULL)
|
||||
{
|
||||
choices <- c("fee fie", "huff and puff", "mirror mirror", "tick tock")
|
||||
if (is.null(choices)) return("")
|
||||
ans <- menu(choices)
|
||||
if(ans==0) "" else choices[ans]
|
||||
|
||||
}
|
||||
str <- showmenu(c("fee fie", "huff and puff", "mirror mirror", "tick tock"))
|
||||
str <- showmenu()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue