FreeBASIC is a programming language created in 2004 by Andre Victor.
#790on PLDB | 20Years Old | 535Repos |
FreeBASIC is a multiplatform, free/open source (GPL) BASIC compiler for Microsoft Windows, protected-mode MS-DOS (DOS extender), Linux, FreeBSD and Xbox. The Xbox version is no longer maintained.According to its official Web site, FreeBASIC provides syntax compatibility with programs originally written in Microsoft QuickBASIC (QB). Unlike QuickBASIC, however, FreeBASIC is a command line only compiler, unless users manually install an external integrated development environment (IDE) of their choice. Read more on Wikipedia...
Dim As Vector Ptr player = New Vector()
*player = Type<Vector>(100, 100)
Print player->getX
Print player->getY
Delete player
Sleep 'Prevents the program window from closing instantly
Feature | Supported | Example | Token |
---|---|---|---|
Operator Overloading | ✓ | ||
Comments | ✓ | ||
Pointers | ✓ | ||
Semantic Indentation | X |