Skip to content

Instantly share code, notes, and snippets.

@nanonum
Created December 5, 2015 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanonum/e4e05e4e07827469d7c6 to your computer and use it in GitHub Desktop.
Save nanonum/e4e05e4e07827469d7c6 to your computer and use it in GitHub Desktop.
Data
//どう見ても重い
Data array(1000);
total = 0;
poke(array, in1, counter(1, 0, 1000);
for(i = 0; i < dim(array); i+=1){
total += peek(array, i);
}
out1 = total;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment