Files
SAS_PACKAGES/SPF/Documentation/Paper_1079-2021/myPackage/002_functions/f1.sas
yabwon c2e06995f5 Documentation updated
Documentation updated:
- preprint of SAS Global Forum 2021 article added.
- files from the live demo added.
2021-02-05 22:44:01 +01:00

10 lines
101 B
SAS

/*** HELP START ***/
/*
`F1` function
*/
/*** HELP END ***/
function F1(n);
return (n+1);
endsub;