add copyFunc to multi.isbpl

This commit is contained in:
Daniella / Tove 2022-05-16 01:40:49 +02:00
parent aa9c510f37
commit b860d34229

View file

@ -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