From 8847eaa660ef1538050c4bfc51ce405c90e6323b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 14 Mar 2024 02:44:37 -0400 Subject: Bugfix for looping --- test/arrays.tm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/arrays.tm b/test/arrays.tm index 376dd6a5..78f3d433 100644 --- a/test/arrays.tm +++ b/test/arrays.tm @@ -47,6 +47,9 @@ if yes >> copy = [10, 20] +if yes + >> [10*i for i in 5] + = [10, 20, 30, 40, 50] // if yes // >> arr := @[10, 20] // >> copy := arr[] -- cgit v1.2.3