.BG
.FN readline
.TL
Read a Line from the Terminal
.CS
readline( )
.RT
character string giving the line read from the terminal.
.EX
cat("Do you want to continue? ")
ans <- readline()
if(ans=="n"|ans=="no") return()
.KW file
.WR
