Language:



















Welcome!
Here you can find information on how to get started with HAL and how to write simple HAL programs. Under HAL discussions you will be able to find and create web discussions where you can ask what you always wanted to know, share experiences and discoveries and help other programmers. Under HAL Primitives and HAL Procedures/Functions you will find our ongoing project to build a complete reference for all our native HAL functions and our most common help functions/procedures that are written in HAL.

At the moment our reference section only contains a few commands that are fully documented but the work is in progress! We are happy to get feedback on these pages and ideas how to improve them. All help with the documentation project is welcome!

And by the way! All the pages we have here are of course written in HAL! If you want a quick preview of what HAL looks like, here is the code behind the page that you are looking at right now! : )






global
procedure
WebHalStart()
/* ---------------------------------------------------------------------
Description:
Displays the conferance for the startpage
--------------------------------------------------------------------- */

begin
WebHalConfText("Start",1,false);
return;
end;