Hello World Example
The following single line of PureBasic code will create a standalone executable (3.00 KB (3,072 bytes) on Windows version) that displays a message box with the text "Hello World".
MessageRequester("Message Box", "Hello World")
And the following variant of the same code, which instead uses an inline Windows API call with no need for declarations or other external references, will create an even smaller 2.00 KB (2,048 bytes) standalone executable for Windows.
MessageBox_(0, "Hello World", "Message Box", 0)Read more about this topic: PureBasic
Famous quotes containing the word world:
“All of the valuable qualities ... like helping in the development of otherswill not get you to the top at General Motors, were that path open to women.... The characteristics most highly developed in women and perhaps most essential to human beings are the very characteristics that are specifically dysfunctional for success in the world as it is.... They may, however, be the important ones for making the world different.”
—Jean Baker Miller (20th century)