From b274d0dcda4256521de9ea3b57f0f43c966ece93 Mon Sep 17 00:00:00 2001 From: yabwon Date: Fri, 18 Sep 2020 23:09:49 +0200 Subject: [PATCH] macroArray, version 0.5 spelling corrected --- packages/macroarray.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/macroarray.md b/packages/macroarray.md index d07469e..b0e7e21 100644 --- a/packages/macroarray.md +++ b/packages/macroarray.md @@ -341,7 +341,7 @@ The basic syntax is the following, the `<...>` means optional parameters: %array(b{5} (5*17)) - %* Mind the $ since it is a character array! + %* Mind the $ since it is a character array!; %array(c(3) $ 10 ("a A" "b,B" "c;C")) %array(d x1-x5 (5 4 3 2 1)) @@ -468,7 +468,7 @@ The basic syntax is the following, the `<...>` means optional parameters: %array(_[*] p q r s (4*42)) %put _user_; - %* If no variables named than use _1 _2 ... _N; + %* If no variables names than use _1 _2 ... _N; %array(_[4] (-1 -2 -3 -4)) %put &=_1 &=_2 &=_3 &=_4; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -1165,4 +1165,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ---- \ No newline at end of file +---