Skip to content

Commit 454a6ab

Browse files
committed
test with simpler rlang script
1 parent ca52898 commit 454a6ab

File tree

1 file changed

+4
-6
lines changed

1 file changed

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

0 commit comments

Comments
 (0)