From 8bee541c76ebea46ea1c809805270bb69595a56a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 23 Feb 2024 13:47:06 -0500 Subject: Support ++= item --- tests/arrays.nl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/arrays.nl b/tests/arrays.nl index 0c118364..5484d5e2 100644 --- a/tests/arrays.nl +++ b/tests/arrays.nl @@ -28,3 +28,6 @@ for i,x in arr >> arr2 = [10, 20, 30, 40, 50, 60] +>> arr2 ++= 70 +>> arr2 += [10, 20, 30, 40, 50, 60, 70] -- cgit v1.2.3