Title here
Summary here
Our first program will print the classic “hello world” message. Here’s the full source code.
To run the program, save the code in a file named HelloWorld.pas
and use a Free Pascal Compiler (FPC) to compile and run it.
Sometimes we’ll want to compile our programs into executables. Here’s how to do it with Free Pascal Compiler:
First, compile the code:
We can then execute the binary directly.
Now that we can run and build basic Pascal programs, let’s learn more about the language.