From b860d3422943152e63811653386b17953b815851 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 16 May 2022 01:40:49 +0200 Subject: [PATCH] add copyFunc to multi.isbpl --- multi.isbpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/multi.isbpl b/multi.isbpl index 0140f7c..23a00b0 100644 --- a/multi.isbpl +++ b/multi.isbpl @@ -36,4 +36,8 @@ def Context construct Context { "multi.isbpl:_eval" File new1 run stack jContext interpret3 stack } + copyFunc { + def this =this + swap jContext level0 put2 pop + } } =Context