Built-ins
Built-ins are exactly what the name says--built-in functions. They provide core functionality and exist as special, unremovable functions.
For example, the exec
function can accept any arbitrary combination of tokens as a parameter, almost like a macro in Rust.