Files
dfa/README.md
Bartosz Jablonski 7b9c0929b3 DFA [0.5.2]
DFA [0.5.2]

Package regenerated with the latest version of the SAS Packages Framework.
2022-11-21 14:40: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`: 3F618EDAC8B4F4BE6C19D606E6BCC58121A16BA1383D2EE64C680B4B7FA9C96A
[**Documentation for DFA**](./dfa.md "Documentation for DFA")