Title here
Summary here
Our first program will print the classic “hello world” message. Here’s the full source code.
To run the program, save the code in a .as
file and use an AngelScript host application to execute it.
Sometimes we’ll want to compile our scripts into bytecode for faster execution. In AngelScript, you would typically integrate the script compiler into a host application.
Once compiled, you can run the bytecode like so:
Now that we can run and compile basic AngelScript programs, let’s learn more about the language.