i get a Syntax error, PureBasic 5.61 (Linux - x64), if i try to use Define.<type> with no variables specified :
Code: Select all
Define.w
All work fine with PureBasic 5.45 LTS (Linux - x64)Line 1: Syntax error.
Code: Select all
Define.w
All work fine with PureBasic 5.45 LTS (Linux - x64)Line 1: Syntax error.
[color=#0040FF][u]PureBasic News[/u][/color] wrote:- Changed: removed 'define.b' syntax to change default type as it could create hard to find bugs.