IDE bug: lines ending with ; and next has ; too in front
Posted: Mon Jul 30, 2018 7:18 am
Code: Select all
a = test;
; test()
Code: Select all
a = test;
; test()http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
a = test;
; test()
Code: Select all
a = test;
; test()