Skip to content

The macroArray package [ver. 1.1.0]

Compare
Choose a tag to compare
@yabwon yabwon released this 06 Sep 21:17
· 7 commits to main since this release

The macroArray package [ver. 1.1.0]

Updates

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.

Documentation updated.


SHA256 for macroArray is: F*6A22A01868F4203862B3685F543D723C7DB8E9AB3C1A6357D2BFA030971B0D3C


Example:

%array(UL[26] $, function = byte(rank("A")+_I_-1) , q=1)
%put &=UL1 &=UL2 ... &=UL25 &=UL26;