mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-04 05:47:43 +02:00
refactor
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
*
|
||||
**/
|
||||
|
||||
function reverse(lt) = [for(i = len(lt) - 1; i >= 0; i = i - 1) lt[i]];
|
||||
function reverse(lt) = [for(i = len(lt) - 1; i > -1; i = i - 1) lt[i]];
|
Reference in New Issue
Block a user