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?