<@U0B0WETDM> I like to use with for disposable or ...
# announcements
b
@kittinunf I like to use with for disposable or one use objects
Copy code
with(getObject()){
doThis()
doThat()
}