Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows XP | Windows 2000 | Windows 2003 | Windows 2008 | Windows Vista | Windows 2012 SHA1 Hash: d4b8d2994fe5f751d75d86fa4d21bddc16be9949 Size: 7.65 MB File Format: exe
Rating: 2.347826086
out of 5
based on 23 user ratings
Downloads: 1387 License: Free
FreeBasic is a free software by FreeBASIC development team and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows XP, Windows 2000, Windows 2003, Windows 2008, Windows Vista, Windows 2012.
You can download FreeBasic which is 7.65 MB in size and belongs to the software category Coding languages and Compilers. FreeBasic was released on 2013-06-24 and last updated on our database on 2017-04-26 and is currently at version 0.9.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
FreeBasic Description
FreeBasic is a high-level programming language supporting procedural, object-orientated and meta-programming paradigms, with a syntax compatible to Microsoft QuickBASIC.
FreeBasic is not a "new" BASIC language. You dont need to learn much new if you are familiar with any Microsoft-BASIC variant. You can use either "-lang qb" for compatibility, or (default) "-lang fb" for some of the new features, but it also brings some restrictions and some similarity with the "C" programming language. FreeBASIC is case-insensitive, explicit "main" procedure is not required, most of the graphic and console statements and procedures found in Microsoft QuickBASIC are implemented, et cetera. Only with "-lang qb" scalar variables dont need to be dimensioned and suffixes can be used, line numbers are supported.
Whats new in this version:
Version 0.90 has fixed several code generation bugs in the ASM backend and have updated many headers for external libraries.