Content deleted Content added
Magioladitis (talk | contribs) →Example: maybe use tt? |
Magioladitis (talk | contribs) Undid revision 675617627 by Magioladitis (talk) I do not like it |
||
Line 36:
<!-- Don't use <source> tag, because there is wikitext in the source code. -->
Gender [[#algebraic|'''::=''']] male | female.
Line 62:
newPerson(Nm, Born, Sx, Hm) '''=>''' $person(Nm, Born, Sx, Hm).
{{anchor|algebraic}}The <code>::=</code> rule defines a new [[algebraic data type]], a [[data type]] with only data constructors.
|