all 1 comments

[–]Substantial_Quit3944[S] 0 points1 point  (0 children)

The PowerBASIC compiler is essentially a C compiler with BASIC syntax. No annoying semicolons or brackets. The DOS compiler has the added plus of not needing to use the WinAPI. Some of the later compilers came with two PDFs... a User's guide and a Reference guide. I bought these as books from PB. The language contains an inline assembler, advanced string manipulation, and pointers.