@icedquinn Too bad the modern dialects of BASIC are way too verbose for my liking. Just look at these FreeBASIC examples on Wikipedia.
https://en.wikipedia.org/wiki/FreeBASIC#Example_code
Who the fuck capitalizes statements?
@icedquinn Still I don't like how you have to write:
Dim x As Integer;
Instead of:
int x;
Or writing "Then" after if statements or using "End If", "End While", "End Sub" instead of closing braces. I think modern scripting languages got it right by using a C-like syntax.
Though I think FreeBASIC is still interesting given that it has a built-in graphics library which can make it ideal for hobbyist game development.
@icedquinn Pascal was before my time (Born 1998, started programming around 2011). I do avoid mixing declarations and actual code. That's common practice. I just don't like the verbosity of BASIC. That's probably because it actually preceded C by almost a decade.
think its optional but i dun use freebasic.