R Online Compiler & Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start R Course
Register
r error
0
Author: RayZ
Dark
Public
Save
R
r
1
2
3
4
5
6
7
8
9
10
x <- readLines
(
'stdin'
)
x <- as.
integer
(
x
[
1
])
stars <-
function
(
x
){
i <-
0
while
(
i < x
){
print
(
"*"
)
i <- i +
1
}
}
stars
(
x
)
Enter to Rename, Shift+Enter to Preview
OUTPUT