From 778449646fb25a78175ec73befe276da7988912f Mon Sep 17 00:00:00 2001 From: Pothi Kalimuthu <1254302+pothi@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:09:22 +0530 Subject: [PATCH] Add a test script for arrays --- test-snippets/test-array.rsc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test-snippets/test-array.rsc diff --git a/test-snippets/test-array.rsc b/test-snippets/test-array.rsc new file mode 100644 index 0000000..f25a453 --- /dev/null +++ b/test-snippets/test-array.rsc @@ -0,0 +1,7 @@ +:local scripts + +:set scripts {"lease";"buttons"} + +:foreach script in=$scripts do={ + :put $script; +}