Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Arrays #7

Closed
Patryk27 opened this issue Feb 6, 2013 · 0 comments
Closed

Arrays #7

Patryk27 opened this issue Feb 6, 2013 · 0 comments
Assignees
Milestone

Comments

@Patryk27
Copy link
Owner

Patryk27 commented Feb 6, 2013

var<int[]> array = new int[10];
array[some_index] = some_value;
(...)
delete array;
var<int[][]> array = new int[10][10];
array[some_index_1][some_index_2] = value;
(...)
delete array;

(...)

@ghost ghost assigned Patryk27 Feb 6, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant