Re: PB5.60 please rename Event()
Posted: Fri Feb 17, 2017 7:05 am
PureBasic should forward itself to using modules:
module Gadget, etc.
Or is writing module names too much writing;-)
Problem: existing code; always really difficult to develop a language further when so much legacy code is to take into account.
I can't use "select" in my code; so I have to use "select_".
There is worse...
module Gadget, etc.
Or is writing module names too much writing;-)
Problem: existing code; always really difficult to develop a language further when so much legacy code is to take into account.
I can't use "select" in my code; so I have to use "select_".
There is worse...