Unfinished splitted line error
Posted: Tue Jul 15, 2025 2:33 pm
Code: Select all
; Unfinished splitted line error
Define s.s = "a"+
"b"+ ; works
"c"
Define ss.s = "a"+
"b"+
; was working before 621
"c"
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
; Unfinished splitted line error
Define s.s = "a"+
"b"+ ; works
"c"
Define ss.s = "a"+
"b"+
; was working before 621
"c"
Thank you; hope this thread will help who gets it after recompiling old stuff…