PureBasic keywords

Everything else that doesn't fall into one of the other PB categories.
User avatar
Demivec
Addict
Addict
Posts: 4282
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

PureBasic keywords

Post by Demivec »

Is it possible to get a list of the keywords that PureBasic uses, such as from it's compiler? Any ideas would be appreciated.

I know that they are present in some degree in it's own help files but they are present there on in fragments. I am looking for a complete list.

I know that the PureBasic Libraries also have their function lists and I have obtained these from text files included with JaPBe.


Demivec
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: PureBasic keywords

Post by gnozal »

Demivec wrote:Is it possible to get a list of the keywords that PureBasic uses, such as from it's compiler? Any ideas would be appreciated.
Since you have jaBPe, have a look at the \Syntax\jaPBe_Keywords.pref.Original file :wink:
Other method, extract the keywords from the Purebasic.exe ; search for $00646E41 (<Nul>dnA).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply