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