Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 0.7
-
Fix Version/s: 0.7
-
Component/s: Runtime (Boo.Lang)
-
Labels:None
-
Number of attachments :
Description
<bamboo> cat is not implemented but it's a builtin that concatenates iterators...
<bamboo>a= 1, 2, 3; b = 2, 3, 4; i = cat(a, b);
<bamboo> print join
# prints 1 2 3 2 3 4
patch applied. thanks!