Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- readline <- function(texto) {
- cat(texto)
- options(echo=F)
- t <- readLines(stdin(), n=1)
- options(echo=T)
- return(t)
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement