From 7d9067938808d06d4376a25ea03b3495aa4253e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1m=20Brudzewsky?= Date: Mon, 15 Jan 2024 17:11:03 +0100 Subject: [PATCH] Also mat when only some right-col chars are non-spaces --- StartupSession/Link/Utils.apln | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StartupSession/Link/Utils.apln b/StartupSession/Link/Utils.apln index f0d3fa71..f0951604 100644 --- a/StartupSession/Link/Utils.apln +++ b/StartupSession/Link/Utils.apln @@ -718,7 +718,7 @@ :AndIf 2=≢⍴val ⍝ matrix :AndIf Char val :AndIf 0≠≢val ⍝ with rows - :AndIf ' '∧.≠⊢/val ⍝ all of which have non-space in last column + :AndIf ' '∨.≠⊢/val ⍝ some of which have non-space in last column :AndIf ~lss(∨/∊)val ⍝ without line seps sub←'.mat'