Making a Programming Language From Scratch/Function Call

Category:Book:Making a Programming Language From Scratch#Function%20Call%20

Function calls

Functions need to be called if they are to be of any use. There are two types of calling a function.

Non void call: A non void call is used for all functions that return a value. These functions are called and the returning value used for expressions or for logical processing.

Clipboard

To do:
add more content

Category:Wikibooks pages with to-do lists
Category:Book:Making a Programming Language From Scratch Category:Wikibooks pages with to-do lists