June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -1,3 +1,7 @@
|
|||
use "assert" // due to the use of Fact
|
||||
|
||||
- - -
|
||||
|
||||
var numbers = Array[I32](16) // creating array of 32-bit ints with initial allocation for 16 elements
|
||||
numbers.push(10) // add value 10 to the end of array, extending the underlying memory if needed
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue