Atem Compiler Built-in List
Atem compiler has a number of built-in functionality that only designed for easier Atem language development and faster compilation speed. You should not depend on these compiler built-in in your code because these built-ins often change with the changing development needs.
##add
##addOverflow
##addWrapping
##addressOf
##alignOf
##breakpoint
####builtinEnvironment
builtinEnvironment: (enable: !Bool) -> () builtin;
##column
####divide
##divideRemainder
##embed
##error
####function
####if
##import
##info
##line
line: () -> () comptime builtin;
##loop
####module
##multiply
##multiplyOverflow
##multiplyWrapping
##offsetOf
####reflect
####reify