From 75a93a2652b32a8c51f0cb9293f5c765589a82fe Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 16 May 2022 01:43:36 +0200 Subject: [PATCH] add copyFunc to multi.isbpl --- multi.isbpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi.isbpl b/multi.isbpl index 23a00b0..3d0d186 100644 --- a/multi.isbpl +++ b/multi.isbpl @@ -38,6 +38,6 @@ def Context construct Context { } copyFunc { def this =this - swap jContext level0 put2 pop + swap this jContext level0 add2 } } =Context