What the Different Functions Mean

The Processor Directive allows us to pull another programmer’s code in ours.

The Expression Statements allow us to state an expression that will be executed in our code.

The Declaration Statements allow us to declare things such as variables.

The return statement allows us to return a value to the CPU.

Privacy & Terms