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
PureBasic keywords
-
gnozal
- PureBasic Expert

- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Re: PureBasic keywords
Since you have jaBPe, have a look at the \Syntax\jaPBe_Keywords.pref.Original fileDemivec 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.
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).
