mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-01 03:20:38 +02:00
Merge branch 'master' of https://github.com/RonaldoCMP/BOSL2
This commit is contained in:
@@ -476,7 +476,6 @@ module test_array_dim() {
|
|||||||
}
|
}
|
||||||
test_array_dim();
|
test_array_dim();
|
||||||
|
|
||||||
echo(transpose([[1,2,3],[4,5,6]],reverse=true));
|
|
||||||
|
|
||||||
module test_transpose() {
|
module test_transpose() {
|
||||||
assert(transpose([[1,2,3],[4,5,6],[7,8,9]]) == [[1,4,7],[2,5,8],[3,6,9]]);
|
assert(transpose([[1,2,3],[4,5,6],[7,8,9]]) == [[1,4,7],[2,5,8],[3,6,9]]);
|
||||||
|
Reference in New Issue
Block a user