macroArray version 0.4

This commit is contained in:
yabwon
2020-09-07 10:24:55 +02:00
committed by GitHub
parent 3e44e6b8ae
commit 6a53bbe50a

View File

@@ -73,7 +73,7 @@ run;
```
- **DFA** (Dynamic Function Arrays)\[0.2\], 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.
- **macroArray**\[0.3\], implementation of an array concept in a macrolanguage, e.g.
- **macroArray**\[0.4\], implementation of an array concept in a macrolanguage, e.g.
```
%array(ABC[17] (111:127), macarray=Y);