Skip to content

Instantly share code, notes, and snippets.

@namtx
Created August 28, 2018 15:48
Show Gist options
  • Save namtx/371353ab84518e4ab6efaa97ad790f49 to your computer and use it in GitHub Desktop.
Save namtx/371353ab84518e4ab6efaa97ad790f49 to your computer and use it in GitHub Desktop.
greet = function(person) {
switch(person,
Nick = {
# fast and smart
Sys.sleep(3); 'Hello!'
},
Yihui = {
# slow and shy
Sys.sleep(15); '你好!'
}
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment