View Single Post
Old Apr 16th, 2008, 9:00 AM   #2
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Re: how can build a hla program

You are missing a few ; symbols.

Here is a tutorial: http://webster.cs.ucr.edu/AoA/Windows/HTML/AoATOC.html


Program HelloWorld;

#include ("stdlib.hhf");

begin HelloWorld;
   stdout.put("Hello,world!",nl);
end HelloWorld;
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote