Unfinished splitted line error

Just starting out? Need help? Post your questions and find answers here.
User avatar
Piero
Addict
Addict
Posts: 914
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Unfinished splitted line error

Post 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"
Last edited by Piero on Tue Jul 15, 2025 8:15 pm, edited 1 time in total.
Little John
Addict
Addict
Posts: 4786
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Unfinished splitted line bug?

Post by Little John »

Fred has changed that deliberately.
User avatar
Piero
Addict
Addict
Posts: 914
Joined: Sat Apr 29, 2023 6:04 pm
Location: Italy

Unfinished splitted line error

Post 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:
Post Reply