Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- base = [[1,1],[2,2]];
- height = [10,20];
- result = [for(i = [0 : len(base) - 1]) [concat(base[i],height[i])] ];
- echo(result);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement