1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-12 09:44:16 +02:00

update doc

This commit is contained in:
Justin Lin
2022-04-18 16:15:24 +08:00
parent 892aa245da
commit 3dc5a9fea2

View File

@@ -12,6 +12,7 @@ Make a list that aggregates elements from each of the lists. Returns a list of l
## Examples ## Examples
use <util/zip.scad>; use <util/zip.scad>;
use <util/sum.scad>;
xs = [10, 20, 30]; xs = [10, 20, 30];
ys = [5, 15, 25]; ys = [5, 15, 25];