inst/extdata/macro.R

#%let a <- 1
#%let b <- %sysfunc(&a + 1)

#%if (&b > &a)
x <- TRUE
#%else
x <- FALSE
#%end

y <- 0

#%do idx = 1 %to 3
y <- y + 1
#%end

Try the sassy package in your browser

Any scripts or data that you put into this service are public.

sassy documentation built on Jan. 13, 2026, 5:07 p.m.