Skip to content

Commit 5e4da15

Browse files
committed
resetting to more complex Rlang file
Signed-off-by: Elijah Cúchulainn Reid <[email protected]>
1 parent 454a6ab commit 5e4da15

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
proc rlang;
2-
submit;
3-
x <- c(1, 2, 3)
4-
print(x)
5-
endsubmit;
2+
submit;
3+
for (x in 1:6) {
4+
print(x)
5+
}
6+
print("first statement after for loop");
7+
endsubmit;
68
run;

0 commit comments

Comments
 (0)