1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00
This commit is contained in:
Justin Lin
2020-03-05 20:29:52 +08:00
parent ee44936f1e
commit 989353d453

View File

@@ -1,2 +1,2 @@
function zip(lt1, lt2) = function zip2(lt1, lt2) =
[for(i = [0:len(lt1) - 1]) [lt1[i], lt2[i]]]; [for(i = [0:len(lt1) - 1]) [lt1[i], lt2[i]]];