Hi Frank Are you following the instructions here? https://code.jsoftware.com/wiki/System/Installation
If so, can you let us know how the process fails and what messages that you see? If you can't get the files to the computer, I would look if any firewalls are active? Cheers, bob > On May 17, 2022, at 14:04, Frank Hamilton <[email protected]> wrote: > > Sorry to bother anyone. I can't download J903_win64.exe or the zip on any > of 3 PCs. What is wrong? > > On Tue, May 17, 2022 at 12:14 AM Raul Miller <[email protected]> wrote: > >> I would express continue. more like "immediately advance to next round >> (terminate if no following round)" >> >> That's not particularly concise, but people who need the explanation >> might benefit. >> >> -- >> Raul >> >> On Mon, May 16, 2022 at 11:37 PM Arthur Anger <[email protected]> >> wrote: >>> >>> Because 'iteration' can equally mean one execution in a series, or the >> whole of the series, I propose revising two NuVoc definitions for clarity, >> to read: >>> ------ >>> break. | Terminate looping | Control >>> >>> Prevents execution of any further sentences in a for-body block during >> the current round of iteration, as well as any further rounds. >>> ------ >>> continue. | Terminate round | Control >>> >>> Prevents execution of any further sentences in a for-body block during >> the current round of iteration, but continues with the next round of >> iteration, if any. >>> ------ >>> I shall wait a week for receiving any objections or improvements. >> Thanks. >>> --Art >>> ---------------------------------------------------------------------- >>> 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 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
