Home
Press ? for keyboard navigation
❮
Command line arguments
for loop
❯
if
else
if-statement
examples/other/if.R
x
=
23
if
(
x
==
42
)
{
print
(
"bingo"
)
}
if
(
x
>
23
)
{
print
(
"bigger"
)
}
else
{
print
(
"smaller"
)
}
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)