Examples
'type' Color red, yellow, blue Values of type Color are: red, yellow, and blue.
'type' List list(Color, List) nil Values of type List include: nil, list(red,nil), list(yellow(list(red,nil)). |
|
A parameter specification may be written as
Example
list(Head: Color, Tail: List) |
|
Example
'type' IDENT |
|