Showing a description in that list, much like you have it with the constants would be very helpful:Command Index
CreateMutex
CreateSemaphore
CreateThread
FreeMutex
FreeSemaphore
IsThread
...etc
Code: Select all
#PB_Compiler_Date : Current date, at the compile time, in the PureBasic date format.
#PB_Compiler_File : Full path and name of the file being compiled, useful for debug purpose.
#PB_Compiler_FilePath : Full path of the file being compiled, useful for debug purpose.
#PB_Compiler_Filename : Filename (without path) of the file being compiled, useful for debug purpose.
#PB_Compiler_Line : Line number of the file being compiled, useful for debug purpose.