Documentation

R
Compiler
R
Name
R
Language
R
Program and version
R version 4.1.2 (2021-11-01) -- "Bird Hippie"
Description
R
Type
interpreter
Flags1
Flags2
Extension
.R
Status
Ok

P68688
cat ("Hello world!\n")
P57548
f <- file("stdin", "r")
x <- scan(file=f, n=1, quiet=T)
y <- scan(file=f, n=1, quiet=T)
cat(as.integer(x+y))
cat("\n")