From 4214b6d94929d4ea82a54d2428c4fb0ceb2740fd Mon Sep 17 00:00:00 2001 From: yabwon Date: Sat, 19 Oct 2019 22:46:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e48f5..4b66444 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,6 @@ Read the `SAS(r) packages - the way to share (a how to)- Paper 4725-2020.pdf` to ### Avaliable packages: - *SQLinDS*, allows to write SQL queries in the datastep -- *DFA* (Dynamic Function Arrays), contains FCMP implementation of dynamic array, stac, fifo, ordered stack, and priority queue +- *DFA* (Dynamic Function Arrays), contains FCMP implementation of dynamic array, stack, fifo, ordered stack, and priority queue - *dynMacroArray*, set of macros (wrappers for a hash table) emulating dynamic array in the datastep - *macroArray*, implementation of an array concept in macrolanguage (e.g. `%array(ABC[17] (1:17), macarray=Y); %do i = 1 %to 17; %put %ABC(&i.); %end;`) \ No newline at end of file