OSDN Git Service

Derive `zip`.
[joypy/Thun.git] / docs / reference / Function-Reference.md
index b5a3714..2d4da7f 100644 (file)
@@ -3362,5 +3362,5 @@ from each list. The smallest list sets the length of the result list.
 
        [1 2 3] [4 5 6] zip
     -------------------------
-       [[4 1] [5 2] [6 3]]
+       [[1 4] [2 5] [3 6]]