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