Page 1 of 1

Unfinished splitted line error

Posted: Tue Jul 15, 2025 2:33 pm
by Piero

Code: Select all

; Unfinished splitted line error

Define s.s = "a"+
   "b"+ ; works
   "c"

Define ss.s = "a"+
   "b"+
   ; was working before 621
"c"

Re: Unfinished splitted line bug?

Posted: Tue Jul 15, 2025 3:56 pm
by Little John
Fred has changed that deliberately.

Unfinished splitted line error

Posted: Tue Jul 15, 2025 7:38 pm
by Piero
Little John wrote: Tue Jul 15, 2025 3:56 pm Fred has changed that deliberately.
Thank you; hope this thread will help who gets it after recompiling old stuff…
More info here: viewtopic.php?t=85048
PS: :oops: :oops: :oops: