Created
September 7, 2018 12:52
-
-
Save JasonSpine/efbf12a0a20fff42833b05c54ee7da2b to your computer and use it in GitHub Desktop.
7 Billion Humans | Year 55 | Size and Speed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 7 Billion Humans (2087) -- | |
-- 55: Data Flowers -- | |
pickup s | |
a: | |
if n != datacube or | |
s != datacube: | |
step n | |
jump a | |
endif | |
mem1 = foreachdir nw,w,sw,n,s,ne,e,se: | |
mem2 = calc mem2 + mem1 | |
endfor | |
write mem2 | |
drop | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment