Skip to content

Commit aeab9f0

Browse files
committed
#15 Implement $zjoin
1 parent 071f715 commit aeab9f0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/%ZLANGF00.mac

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ ZEXISTS(collection, function) public {
2323
ZCOUNT(collection, function) public {
2424
Quit $zbind(collection, function).Count()
2525
}
26+
.
27+
ZJOIN(collection, separator = "") public {
28+
Quit ##class(DeclarativeCOS.Joiner).join(collection, separator)
29+
}

0 commit comments

Comments
 (0)