aryA_join_vertical_testSpecial start time : 26Apr2022 13h24m10s input arys : +--------------+ |0 1 2 3 4 | +--------------+ |abcde | |fghij | |klmno | |pqrst | |uvwxy | +--------------+ |24 23 22 21 20| |19 18 17 16 15| +--------------+ |zyxwv | |utsrq | |ponml | +--------------+ standard result : 0 1 2 3 4 a b c d e f g h i j k l m n o p q r s t u v w x y 24 23 22 21 20 19 18 17 16 15 z y x w v u t s r q p o n m l calculated result : 0 1 2 3 4 a b c d e f g h i j k l m n o p q r s t u v w x y 24 23 22 21 20 19 18 17 16 15 z y x w v u t s r q p o n m l +-+------------------------------+-+-+-+ |l|aryA_join_vertical_testSpecial|1|0|1| +-+------------------------------+-+-+-+