flip word tweak
parent
7ce12846cb
commit
5ead538e90
|
@ -105,8 +105,8 @@ M: object like drop ;
|
||||||
|
|
||||||
: flip ( matrix -- newmatrix )
|
: flip ( matrix -- newmatrix )
|
||||||
dup empty? [
|
dup empty? [
|
||||||
dup first [ length ] keep like
|
dup first [ length [ <column> dup like ] map-with ] keep
|
||||||
[ <column> dup like ] map-with
|
like
|
||||||
] unless ;
|
] unless ;
|
||||||
|
|
||||||
: unpair ( assoc -- keys values )
|
: unpair ( assoc -- keys values )
|
||||||
|
|
Loading…
Reference in New Issue