Sadly, after believing that once I finished downloading this mega-cross-platform IDE, after noticing how many programming languages could be edited and compiled under Code::Blocks, I set out to use Pascal and even thought it highlights everything nicely within the code, when I try to Build & then Run the program, there is nothing happening with the compile (probably b/c it's missing):
"It seems that this file has not been built yet. Do you want to build it now?" YES, NO, CANCEL.
If I hit Yes, it still does nothing; if I hit No, it takes me to the Run Screen where it says it's missing the .exe file and it ran the code in 0.00 seconds, but no output is delivered to this Run screen. If I hit Cancel, nothing will occur - except it takes me back to the edit mode of the file I put in the following code:
//=======================
program habarnam;
begin
writenln('hello habarnuam')
end.
//=======================
Clearly, I'm missing something; I need help installing the Pascal Compiler, if anyone is willing to walk me thru the steps, thanks in advance!