[fpc-pascal] Help getting started with FPC
Edward Kearns
kearnser at gmail.com
Fri Nov 30 23:43:52 CET 2007
>>
Note that the above is not a valid Pascal program. This is the
correct version:
Program HelloWorld;
begin
writeln('hello');
end.>>
Thank you, thank you! I had a case of the dumbs, mixing languages. I
was about ready to give up and redo my Think Pascal program in Basic,
since I thought I would never be able to get started in this.
Thanks again!
Ed
More information about the fpc-pascal
mailing list