mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +02:00
rename
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
function zip(lt1, lt2) =
|
||||
function zip2(lt1, lt2) =
|
||||
[for(i = [0:len(lt1) - 1]) [lt1[i], lt2[i]]];
|
Reference in New Issue
Block a user