PureBasic

Updated: 11/16/2019 by Computer Hope
PureBasic logo

PureBasic is a programming language that uses and extends the rules of BASIC. It is utilized to create highly portable programs for Microsoft Windows, Linux, and macOS. The first version of PureBasic was released in 1998 for AmigaOS. The Amiga version is no longer supported, but is open sourced.

PureBasic is sold as a commercial software package. It requires a one-time license fee that includes lifetime support for the product. The development tools include an IDE (integrated development environment) with a compiler, debugger, and profiler.

Hello, World! in PureBasic

Below is an example of how you could create a message box with "Hello World."

MessageRequester("Message Box", "Hello World")

Amiga, CamelCase, Hello World, Language, Linux, macOS, Microsoft Windows, Portable, Programming terms, Software package