Cyclone (programming language): Difference between revisions

Content deleted Content added
Tags: Mobile edit Mobile app edit
m Pointer/reference types: They are pointers, not references. They're two different things.
Line 55:
Cyclone looks, in general, much like [[C (programming language)|C]], but it should be viewed as a C-like language.
 
===Pointer/reference types===
Cyclone implements three kinds of [[referencepointer (computer science)|referencepointer]] (following C terminology these are called pointers):
* <code>*</code> (the normal type)
* <code>@</code> (the never-<code>NULL</code> pointer), and