[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
)copy used in apl script fails to recognize commented closing ⍝∇
From: |
enztec |
Subject: |
)copy used in apl script fails to recognize commented closing ⍝∇ |
Date: |
Thu, 23 Mar 2023 15:12:52 -0600 |
when using )copy in an apl ws (see attached fns.apl) or as an apl script
(./fns.apl or apl fns.apl)
the ⍝∇ in fns f1 is treated as a ∇ and should give the same results as if it
was not there
so now if you actually delete the f1 ⍝∇ you get the syntax error
SYNTAX ERROR+
Tokenizer: No token for Unicode U+2207 (∇)
Input: ∇f2
which is also the same error when running )copy in libapl with the
apl_exec("∇f1"); line
enztec
fns.apl
Description: Binary data
- )copy used in apl script fails to recognize commented closing ⍝∇,
enztec <=