Files
dfa/README.md
Bartosz Jablonski 849e378d55 The DFA package [ver. 0.5.3]
The DFA package [ver. 0.5.3]

Package regenerated with the latest version of the SAS Packages Framework.
2022-11-27 00:01:31 +01:00

14 lines
526 B
Markdown

## `dfa` - *Dynamic Function Arrays* and other useful data structures for data step.
---
The **DFA** (Dynamic Function Arrays) package contains set of macros and FCMP functions which implement:
a dynamically allocated array, a stack, a fifo queue, an ordered stack, and a priority queue.
Run `%helpPackage(DFA,createDFArray)` to find examples.
SHA256 digest for the latest version of `DFA`: 7520CF21CBF1FD4AD2BC05C5DD343E508FCEA507575EBC060B4AD322FB80AB04
[**Documentation for DFA**](./dfa.md "Documentation for DFA")