This commit is contained in:
Alexander 2025-06-10 14:10:05 -04:00
parent ab3e4085a2
commit c33fdf4cbb
2 changed files with 2 additions and 2 deletions

View file

@ -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