Content deleted Content added
Tags: Mobile edit Mobile app edit |
GBGamer117 (talk | contribs) 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
Cyclone implements three kinds of [[
* <code>*</code> (the normal type)
* <code>@</code> (the never-<code>NULL</code> pointer), and
|