View Single Post
Old Apr 16th, 2008, 8:08 AM   #1
crazyc0de
freshman
 
Join Date: Apr 2008
Location: China
Posts: 3
Rep Power: 0 crazyc0de is on a distinguished road
how can build a hla program

i try to build the program:
Program HelloWorld
#include ("stdlib.hhf")
begin HelloWorld;
stdout.put("Hello,world!",nl);
end HelloWorld;
using hla HelloWorld
an error occured:
Error in file "os.hhf" at line 3 [errid:3753/hlaparse.bsn]
Expected ';', encountered 'namespace'.
Near: << namespace >>
why?
crazyc0de is offline   Reply With Quote