The R Project SVN R

Rev

Rev 59039 | Rev 64657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 59319
Line 18... Line 18...
18
  \code{alarm()} works by sending a \code{"\\a"} character to the console.
18
  \code{alarm()} works by sending a \code{"\\a"} character to the console.
19
  On most platforms this will ring a bell, beep, or give some other signal
19
  On most platforms this will ring a bell, beep, or give some other signal
20
  to the user (unless standard output has been redirected).
20
  to the user (unless standard output has been redirected).
21
 
21
 
22
  As from \R 2.14.0 it attempts to flush the console (see
22
  As from \R 2.14.0 it attempts to flush the console (see
23
  \code{\link{flush.console}}.
23
  \code{\link{flush.console}}).
24
}
24
}
25
\value{
25
\value{
26
  No useful value is returned.
26
  No useful value is returned.
27
}
27
}
28
\examples{
28
\examples{