Skip to content

Commit

Permalink
The macroArray package [ver. 1.1.0]
Browse files Browse the repository at this point in the history
The macroArray package [ver. 1.1.0]

New parameter in the `%array()` macro:
* `q=` - *Optional*, indicates (when set to `1`) if the value be surrounded by quotes. It uses `quote(cats(...))` combo under the hood. Default value is `0`. Ignored for `macarray=M`.
  • Loading branch information
yabwon committed Sep 6, 2023
1 parent 5c4ff37 commit 620ff4a
Show file tree
Hide file tree
Showing 5 changed files with 2,226 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The **macroArray** package implements an array, a hash table, and a dictionary c
);
```

SHA256 digest for the latest version of `macroArray`: F*4FAAEE7DF2854EA31933AE017A89C1615C7291A66A07CCE345041EB0D587ED4E
SHA256 digest for the latest version of `macroArray`: F*6A22A01868F4203862B3685F543D723C7DB8E9AB3C1A6357D2BFA030971B0D3C

[**Documentation for macroArray**](./macroarray.md "Documentation for macroArray")

Expand Down
Loading

0 comments on commit 620ff4a

Please sign in to comment.