is there any way to have a function that looks lik...
# dsl
s
is there any way to have a function that looks like this
Copy code
blah {
  addThisObjectToList()
  andThisOne()
  andThisOne()
}