From 0ffe1e80b211848807b35e61e854fa44ccc9880c Mon Sep 17 00:00:00 2001 From: dyaandys Date: Mon, 30 Sep 2024 13:28:11 +0000 Subject: [PATCH] #19 By default run with debug off --- Run.aplf | 1 - 1 file changed, 1 deletion(-) diff --git a/Run.aplf b/Run.aplf index 4703d36..a39fac4 100644 --- a/Run.aplf +++ b/Run.aplf @@ -4,7 +4,6 @@ ⍝ 13 for global unexpected errors ⎕PW←1000 - SSGDEBUG←1 :If 0=⎕NC 'SSGDEBUG' ⋄ SSGDEBUG←0 ⋄ :EndIf Exit←{SSGDEBUG:('Runtime would have exited with code ',⍕⍵)⎕SIGNAL 11 ⋄ ⎕OFF ⍵}