[fpc-pascal] Help getting started with FPC

Edward Kearns kearnser at gmail.com
Fri Nov 30 23:20:12 CET 2007


 >>

> Where do I go to create my main file in LWP?
>

Anywhere you want. Just make sure it starts with a program header  
(such as "program helloworld;").


Jonas>>


Here's what I wrote:


Program HelloWorld;
begin

print "hello"

end.

and I'm told

No main program found. Can not build.

What extension do I need on it?

Ed



More information about the fpc-pascal mailing list