mirror of
https://github.com/yabwon/SAS_PACKAGES.git
synced 2025-12-15 21:14:34 +00:00
Documentation updated: - preprint of SAS Global Forum 2021 article added. - files from the live demo added.
10 lines
101 B
SAS
10 lines
101 B
SAS
/*** HELP START ***/
|
|
/*
|
|
`F1` function
|
|
*/
|
|
/*** HELP END ***/
|
|
|
|
function F1(n);
|
|
return (n+1);
|
|
endsub;
|