From 193a95a8a801cc608c7f16d43242ee9a933476e8 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Tue, 26 Apr 2022 23:46:48 +0200 Subject: [PATCH] foreach --- std.isbpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std.isbpl b/std.isbpl index a0fc8e9..46eb7e8 100644 --- a/std.isbpl +++ b/std.isbpl @@ -113,7 +113,7 @@ def JIO 0 TYPE_JIO settype =JIO def this =this def lambda =lambda def i 0 =i - while { i this alen lt } { lambda fcall i ++ =i } + while { i this alen lt } { this i aget lambda fcall i ++ =i } } TYPE_ARRAY defmethod func _string {