Skip to content

Commit 05b7004

Browse files
committed
FEAT: shortened code of rejoin function
1 parent dd2557f commit 05b7004

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/mezz/mezz-series.reb

+1-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,7 @@ rejoin: func [
5858
;/with "separator"
5959
][
6060
if empty? block: reduce block [return block]
61-
append either series? first block [copy first block][
62-
form first block
63-
] next block
61+
append either series? block/1 [copy block/1][form block/1] next block
6462
]
6563

6664
remold: func [

0 commit comments

Comments
 (0)