Alias
Alias is a statement that lets you create a new type that is the same as another type
Syntax:
alias NEW_TYPE TYPE
For example, to create a type called int that is the same as cell, you would do this:
alias int cell
Alias is a statement that lets you create a new type that is the same as another type
Syntax:
alias NEW_TYPE TYPE
For example, to create a type called int that is the same as cell, you would do this:
alias int cell