diff options
author | glenda <glenda@cirno> | 2022-09-11 09:17:43 +0000 |
---|---|---|
committer | glenda <glenda@cirno> | 2022-09-11 09:17:43 +0000 |
commit | 759d2d541d943fe95138789477fa6faddf6e3e08 (patch) | |
tree | fc579523c78d4e073dc058777c9ab6a335087bde /runtime | |
parent | a1a9641baeab04b954420122b6fd1c9428a757b5 (diff) |
Clone all symbols in scope when spawning a new thread (closures), since the scope may get freed.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/start.apl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/start.apl b/runtime/start.apl index 70df0fb..d65d0bc 100644 --- a/runtime/start.apl +++ b/runtime/start.apl @@ -50,4 +50,4 @@ ⍵ } {∇ ⍵ handle {1 ⍵}⍇⍬} indented -}&'session'⊢0 ⎕self ('APL9> ') +}&'session'⊢0 ⎕self (6⍴' ') |