Skip to content

Commit 403c9d7

Browse files
authored
Add files via upload
1 parent 114e92a commit 403c9d7

File tree

5 files changed

+221
-177
lines changed

5 files changed

+221
-177
lines changed

R Language/input.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ root:
2828
c= 3^2;
2929
print(c);
3030

31+
5++;
32+
5--;
33+
3134
#///////////////// Conditionals \\\\\\\\\\\\\\\\\\
3235

3336
# IFELSE functionality
@@ -58,6 +61,7 @@ root:
5861
5>2;
5962
2<5;
6063
5==5;
64+
6165

6266
#///////////////// Loops \\\\\\\\\\\\\\\\\\
6367
FOR (1<5)
@@ -91,5 +95,4 @@ root:
9195
FACTORS(40);
9296

9397

94-
9598
}

0 commit comments

Comments
 (0)