Page 1 of 1

Define.<type> with no variables specified (PureBasic 5.61)

Posted: Thu Jan 04, 2018 12:34 pm
by auraes
Hi there,
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
Line 1: Syntax error.
All work fine with PureBasic 5.45 LTS (Linux - x64)

Re: Define.<type> with no variables specified (PureBasic 5.6

Posted: Thu Jan 04, 2018 12:58 pm
by Shardik
Define.<Type> was removed in PB 5.60:
[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.