tweak
This commit is contained in:
parent
ab3e4085a2
commit
c33fdf4cbb
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ value can be used as a literal in this fasion.</p>
|
|||
<p><code>string</code> is a unicode string. String literals are
|
||||
double-quoted, e.g. <code>"Hello, World."</code>.</p>
|
||||
<h3 id="arrays">Arrays</h3>
|
||||
<p>GP supports typical array operations.</p>
|
||||
<p>GP1 supports typical array operations.</p>
|
||||
<pre class="gp1"><code>var tuples : (int, int)[]; // declare array of tuples
|
||||
var strings : string[]; // declare array of strings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue