int main() { A = with (. <= idx <= .) genarray( [30,30], 1); a = with ([5,5] <= idx < [25,25] step [2,2]) fold( +, 0, A[idx]); return( a); }