From 6a53bbe50a0656cc245e25b3a3fa699e45251753 Mon Sep 17 00:00:00 2001 From: yabwon Date: Mon, 7 Sep 2020 10:24:55 +0200 Subject: [PATCH] macroArray version 0.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56fd37e..682af2e 100644 --- a/README.md +++ b/README.md @@ -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);