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; +}