it will not work that way, you need to call some m...
# dsl
j
it will not work that way, you need to call some method to have every element included into the block, e.g.
Copy code
add (a)
you may also define a
unaryPlus
operator, thus it allow saying
+1
or/and
+"hi"