The current jios was released with a "just good enough" JE. It was a beta –
it had bugs soon to be fixed. You'd think it would have been an easy task
to repeat the porting process with the finished release. It wasn't.

So a JE upgrade to something sensible is on my to-do list until it bubbles
to the top.

Apple has since given Xcode a new C/C++ compiler (c99). It seems to work
better with macros and compiler directives than the old one (Clang). I must
try again real soon.

On Tue, 11 Jul 2023 at 01:38, bill lam <bbill....@gmail.com> wrote:

> I suspect it doesn't suppose train a c n
>    /"0
> |syntax error
> |       /"0
>
>
> On Tue, 11 Jul 2023 at 7:57 AM bill lam <bbill....@gmail.com> wrote:
>
> > A simpler way to demonstrate this issue in iOS
> >
> >    mi=: {{ m }}"0
> > |syntax error
> > |   mi=:    {{m}}"0
> >
> > But removing the rank 0, it runs fine
> >    mi=: {{ m }}
> >
> >
> >
> > On Tue, 11 Jul 2023 at 12:49 AM 'Mike Day' via Programming <
> > programm...@jsoftware.com> wrote:
> >
> >> I'm probably missing the blindingly obvious but why does this happen in
> >> JIOS on my iPad but not in J903, J9.4 & J9.5 under Windows?
> >>
> >>    JVERSION
> >> Engine: j903/j64/iOS
> >> beta-k: GPL3/2023-04-16T23:21:00
> >> Platform: iOS/iPadOS
> >> Version: 903.2 57
> >> Installer: App Store
> >> Contact: www.jsoftware.com
> >>
> >>    load'~user/finite.ijs' NB. or any implicit load of finite.ijs
> >> |syntax error
> >> |   mi=:    {{'r0 s0 t0'=:gcd2x m,y...}}"0
> >> |[-277]
> >>
> /private/var/mobile/Containers/Data/Application/219E805B-EDC1-4B43-858D-814C13F48E94/Documents/j/user/finite.ijs
> >>
> >> Here's mi:
> >> NB. adverb giving divide (inverse) mod m
> >> mi=: {{
> >> 'r0 s0 t0'=:gcd2x m,y
> >> if. r0=1 do. m|t0 else. 1r0 end.
> >> :
> >> m|x*m mi y
> >> }}"0
> >>
> >> This "syntax error" also occurs when using the alternative method of
> >> definition,
> >> mi =: 1 : 0"0
> >> ...
> >> )
> >>
> >> Thanks,
> >>
> >> Mike
> >>
> >>
> >> Sent from my iPad
> >> ----------------------------------------------------------------------
> >> For information about J forums see http://www.jsoftware.com/forums.htm
> >>
> >
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to