Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
B = A
do i = 1, 10
do j = 1, 10
if this and that and the surrounding elements of the A(i,j)
add up to whatever, then do something, but do it on B:
B(i,j) = some function/algorithm on A
end do
end do
A = B
[/ccode]