Cuneiform (programming language): Difference between revisions

Content deleted Content added
Added free to read link in citations with OAbot #oabot
m definiiton -> definition - Fix a typo in one click
Line 167:
===Records and Pattern Matching===
 
Cuneiform provides records (structs) as compound data types. The example below shows the definiitondefinition of a variable <code>r</code> being a record with two fields <code>a1</code> and <code>a2</code>, the first being a string and the second being a Boolean.
 
<pre>