includeThe include keyword can be used to include header/source code into the current file. Currently, only files located in compiler/libs/include can be used. Header files take the file extension of .xh
#include sys <name>;
# include sys x11;