Command summaries in the Indeces
Posted: Fri Mar 21, 2014 2:51 pm
Instead of a mere list of links to commands, it would be helpful to newbies to have a brief summary of the command. For instance, because I have not worked with threads, I do not know the difference between a Mutex and a Semaphore. We all know what Create means, but a short description would go a long way towards helping us know which we need to learn more about.
Thanks.
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.